update 13/01
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Logo(){
|
||||
return(
|
||||
<a href="/">
|
||||
<Link href="/">
|
||||
<img src="/images/logo.png" alt="logo" width={1} height={1} className="block w-auto max-h-[56px]" />
|
||||
</a>
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user