diff --git a/components/Nav.tsx b/components/Nav.tsx index 87cedba..49cb63b 100644 --- a/components/Nav.tsx +++ b/components/Nav.tsx @@ -72,5 +72,5 @@ export default function Nav() { } const NavLink = (props: React.PropsWithChildren) => ( - + );