fix: wrong tag name
This commit is contained in:
parent
87ac4c63f6
commit
9b964dd4f4
|
@ -12,7 +12,7 @@ export const Header = ({}: Props) => {
|
||||||
<Link to="/">
|
<Link to="/">
|
||||||
<Web3NewsLogo />
|
<Web3NewsLogo />
|
||||||
<div className="relative mt-1">
|
<div className="relative mt-1">
|
||||||
<image
|
<img
|
||||||
className="-right-8 -top-3 absolute"
|
className="-right-8 -top-3 absolute"
|
||||||
width={28}
|
width={28}
|
||||||
height={24}
|
height={24}
|
||||||
|
|
Loading…
Reference in New Issue