update 13/01

This commit is contained in:
2026-01-13 17:22:12 +07:00
parent da37dc67e7
commit 229bdbde54
23 changed files with 7751 additions and 6309 deletions

View File

@@ -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>
)
}