mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 13:34:06 +01:00
fix: logo not load
This commit is contained in:
parent
a763b9491a
commit
3fecafcf77
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user