We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e48e54 commit 3f25a2aCopy full SHA for 3f25a2a
client/src/components/Navbar/navbar.tsx
@@ -35,7 +35,7 @@ export function Navbar() {
35
},
36
{
37
title: "DevHub",
38
- icon: <img src="../../../public/logo.png" width={20} height={20} alt="DevHub" />,
+ icon: <img src="https://i.ibb.co/xLbC5K7/logo.png" width={20} height={20} alt="DevHub" />,
39
to: "#",
40
41
@@ -74,7 +74,7 @@ export function Navbar() {
74
75
return (
76
<div className="flex items-center justify-center mt-16 w-full">
77
- <a href="/"><img src="../../../public/logo.png" className="size-10 mx-5" /></a>
+ <a href="/"><img src="https://i.ibb.co/xLbC5K7/logo.png" className="size-10 mx-5" /></a>
78
<div className="hidden md:block">
79
<FloatingDock
80
items={links.map(link => ({
0 commit comments