summaryrefslogtreecommitdiff
path: root/src/components/Navigation.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Navigation.tsx')
-rw-r--r--src/components/Navigation.tsx2
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 (
<>