Skip to content

Commit

Permalink
Fixed navbar issue linking with logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
lille-morille committed Oct 14, 2024
1 parent 6012572 commit e0d190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default async function Navbar() {
<div className="flex items-end">
<a href="/home">
<img
src="img/blitzed-logo.svg"
src="/img/blitzed-logo.svg"
width={35}
height={"auto"}
alt="blitzed-logo"
Expand Down

0 comments on commit e0d190e

Please sign in to comment.