diff --git a/components/card.tsx b/components/card.tsx index 618903c..f5bc454 100644 --- a/components/card.tsx +++ b/components/card.tsx @@ -11,6 +11,7 @@ interface CardProps { export const Card = ({ link, imageUrl, title, description }: CardProps) => ( (
  • {label} @@ -45,7 +46,7 @@ export const Footer = () => (
    {FOLLOW_US_LINKS.map(({ href, Icon }, i) => ( - + ))} @@ -62,7 +63,7 @@ export const Footer = () => (
    - + @@ -74,6 +75,7 @@ export const Footer = () => (
  • {label} diff --git a/components/header.tsx b/components/header.tsx index 05f8695..ee4fd5b 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -11,7 +11,7 @@ export const Header = () => (
    - + diff --git a/components/nav-dropdown.tsx b/components/nav-dropdown.tsx index 626c9dc..53df9d9 100644 --- a/components/nav-dropdown.tsx +++ b/components/nav-dropdown.tsx @@ -24,6 +24,7 @@ export const NavDropdown = ({
  • {title} @@ -39,6 +40,7 @@ export const NavDropdown = ({ {label}