From c0b8637aaedef34808b28838b04c235dbe464ae9 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 16 Oct 2022 20:44:37 -0700 Subject: [PATCH] move buzzwords link to nav --- src/components/Nav.tsx | 7 ++++++- src/components/index/ActionButtons.tsx | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 959cc57..b4d7778 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -16,7 +16,7 @@ interface NavProps { const Nav = ({ isClient, internalLinks, className }: NavProps) => { const { observe, currentBreakpoint } = useDimensions({ - breakpoints: { XS: 0, LG: 690 }, + breakpoints: { XS: 0, LG: 750 }, updateOnBreakpointChange: true, }); const [linksMenu, setLinksMenu] = useState(false); @@ -84,6 +84,11 @@ const Nav = ({ isClient, internalLinks, className }: NavProps) => { : "bg-black border border-white") )} > +
  • + + Buzzwords + +
  • Twitter diff --git a/src/components/index/ActionButtons.tsx b/src/components/index/ActionButtons.tsx index fe9dfe6..dcf9fd2 100644 --- a/src/components/index/ActionButtons.tsx +++ b/src/components/index/ActionButtons.tsx @@ -24,7 +24,7 @@ const ActionButtons = ({ shuffleImage, }: ActionButtonsProps) => (
    -
    + {/*

    Try my word game!

    Buzzwords -
    +
    */}