fix: logo not load

This commit is contained in:
sirin 2024-10-23 00:29:57 +07:00
parent a763b9491a
commit 3fecafcf77

View File

@ -73,7 +73,7 @@ export function NavigationBar() {
href="/"
aria-label="Brand">
<span className="inline-flex items-center gap-x-2 text-xl font-semibold dark:text-white">
<Image src="./logo.svg" alt="logo" width={50} height={50} />
<Image src="/logo.svg" alt="logo" width={50} height={50} />
B2DVentures
</span>
</Link>