Skip to content

Commit

Permalink
ux: make logo in nav link to root
Browse files Browse the repository at this point in the history
  • Loading branch information
peritpatrio committed May 30, 2024
1 parent 4594819 commit 0c253cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export default function Nav() {
<Wrapper>
<div className="relative flex items-center justify-between px-6 py-5 md:px-12">
<div className="shrink-0">
<Image src="/koodiklinikka.svg" alt="Koodiklinikka" width="179" height="34" className="w-40" priority />
<a href="/">
<Image src="/koodiklinikka.svg" alt="Koodiklinikka" width="179" height="34" className="w-40" priority />
</a>
</div>
<div ref={navRef}>
<button
Expand Down

0 comments on commit 0c253cc

Please sign in to comment.