Skip to content

Commit

Permalink
fix: build error (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Feb 26, 2024
1 parent 7703f0e commit 291f04a
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 291f04a

Please sign in to comment.