Skip to content

Commit

Permalink
Remove extra menu underline
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed May 23, 2024
1 parent cc3ea42 commit 974cd67
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,19 @@ const SquareLogo = () => (
);

const Menu = () => (
<ul className="flex flex-row gap-7 text-xl typo-link">
<ul className="flex flex-row gap-7 text-xl">
<li>
<Link href="https://cesko.digital">Co děláme</Link>
<Link href="https://cesko.digital" className="typo-link">
Co děláme
</Link>
</li>
<li>
<Link href="https://app.cesko.digital/">Zapojte se</Link>
<Link href="https://app.cesko.digital/" className="typo-link">
Zapojte se
</Link>
</li>
<li>
<Link href="/" className="font-bold no-underline">
<Link href="/" className="font-bold">
Blog
</Link>
</li>
Expand Down

0 comments on commit 974cd67

Please sign in to comment.