Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: logo link to root
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Nov 5, 2023
1 parent 3ad099e commit 1385601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ export function Header() {
<Container>
<nav className="relative z-50 flex justify-between">
<div className="flex items-center md:gap-x-12">
<Link href="#" aria-label="Home">
<Link href="/" aria-label="Home">
<Logo className="h-10 w-auto" />
</Link>
<div className="hidden md:flex md:gap-x-6">
<NavLink href="/about">About</NavLink>
<NavLink href="/about">About</NavLink>
<NavLink href="/#projects">Projects</NavLink>
<NavLink href="/#testimonials">Testimonials</NavLink>
<NavLink href="/#moderators">Moderators</NavLink>
Expand Down

0 comments on commit 1385601

Please sign in to comment.