Skip to content

Commit

Permalink
feat: mv image to img
Browse files Browse the repository at this point in the history
  • Loading branch information
wagmi-x committed Nov 4, 2023
1 parent f2af074 commit 89cb20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Banner = () => {
</button>
</div>
<div className={'-mt-10'}>
<Image src={'/banner.gif'} alt={'banner'} width={520} height={200} />
<img src={'/banner.gif'} alt={'banner'} width={520} height={200} />
</div>
</div>
</div>
Expand Down

0 comments on commit 89cb20b

Please sign in to comment.