Skip to content

Commit 939e1f1

Browse files
fix(Navbar): correct logo image path from absolute to relative
1 parent 2ccb076 commit 939e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Navbar: React.FC = () => {
2121
}}
2222
>
2323
<img
24-
src="/logo.png"
24+
src="./logo.png"
2525
alt="logo"
2626
className="w-7 h-7 object-contain"
2727
/>

0 commit comments

Comments
 (0)