From b21e842345843fa4e06a8f09558d6ed2c3b6395e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 22 May 2025 22:00:40 +0200 Subject: Add privacy policy --- src/components/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Navigation.tsx') 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 ( <> -- cgit v1.3.1