diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 4e70142..31d6be9 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -8,8 +8,8 @@ export const Footer = () => {
diff --git a/components/Nav/NavItem.tsx b/components/Nav/NavItem.tsx index 92c5a27..d913012 100644 --- a/components/Nav/NavItem.tsx +++ b/components/Nav/NavItem.tsx @@ -16,12 +16,11 @@ export const NavItem = ({ const isLinkActive = activeNavLink === page.href return (
  • - - - {page.name} - + + {page.name}
  • )