From 78c9126300e94964609eba9f4acf3d9ac2e68c91 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 24 Oct 2022 18:40:11 -0700 Subject: [PATCH] =?UTF-8?q?=5Fduot=C3=B3ne=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Nav.tsx | 10 +++++----- src/pages/index.tsx | 20 ++++++++++++-------- src/styles/global.css | 29 +++++++++++++++++------------ 3 files changed, 34 insertions(+), 25 deletions(-) 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" && (