Fixed nav link thing

burgermenu
E. Almqvist 2 years ago
parent 655bd41012
commit 760bc1a7a6
  1. 2
      components/nav.tsx

@ -24,7 +24,7 @@ const Nav = () => {
<ActiveLink href="/#contact">Contact</ActiveLink>
<ActiveLink href="/projects">Projects</ActiveLink>
<a href="https://github.com/E-Almqvist" target="_blank" rel="noreferrer">GitHub</a>
<a href="https://git.wych.dev">WychGit</a>
<a href="https://git.wych.dev" target="_blank" rel="noreferrer">WychGit</a>
</NavCont>
)
}

Loading…
Cancel
Save