diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index c60b668..1864570 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -5,7 +5,8 @@ import useDimensions from "react-cool-dimensions"; import Menu from "@spectrum-icons/workflow/Menu"; -const navClasses = "hover:underline hover:bg-transparentblack block p-3 text-vibrant-light"; +const navClasses = + "hover:underline hover:bg-transparentblack block p-3 text-vibrant-light"; const ExternalLinks = ({ isVertical }: { isVertical: boolean }) => ( {internalLinks && currentBreakpoint !== "XS" && ( - | + | )} {currentBreakpoint === "XS" && (