diff --git a/components/Header.tsx b/components/Header.tsx index a83271d..33f09ba 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -14,9 +14,9 @@ const Header: React.FC = () => { label: 'About', href: '/about/', }, - ].map(({ href, label }) => { + ].map(({ href, label }, i) => { return ( -
  • +