diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-22 22:00:40 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-22 22:00:40 +0200 |
| commit | b21e842345843fa4e06a8f09558d6ed2c3b6395e (patch) | |
| tree | f49f08ce0fba71c3c0c81d6cb6041558334d2d66 /src/components/Navigation.tsx | |
| parent | 9f8abf8c74d3f19202b77a3e6443178775ffa44e (diff) | |
Add privacy policy
Diffstat (limited to 'src/components/Navigation.tsx')
| -rw-r--r-- | src/components/Navigation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 1aeca32..9146d68 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -63,7 +63,7 @@ export default function Navigation() { // Separated NavLinks component for reuse function NavLinks({ mobile = false }: { mobile?: boolean }) { - const linkClass = `text-gray-700 hover:text-blue-600 font-medium ${mobile ? 'py-2' : ''}`; + const linkClass = `text-gray-700 hover:text-blue-600 ${mobile ? 'py-2' : ''}`; return ( <> |
