Skip to content

Commit 2baf61e

Browse files
Merge pull request #37 from SteveLin100132/feat/official-website
fix(Navbar): correct logo image path from absolute to relative
2 parents 4bafd3d + 939e1f1 commit 2baf61e

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)