Skip to content

Commit

Permalink
Merge pull request #118 from nation3/108-fix-build
Browse files Browse the repository at this point in the history
fix: build error (#108)
  • Loading branch information
aahna-ashina authored Feb 26, 2024
2 parents 7703f0e + 291f04a commit 0d93cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Home() {
</div>

<div className='mt-4'>
<Image src={solarpunk} width={0} height={0} className='rounded-2xl' />
<Image alt='Solarpunk' src={solarpunk} width={0} height={0} className='rounded-2xl' />
</div>
</div>
</main>
Expand Down

0 comments on commit 0d93cb4

Please sign in to comment.