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 -
    +
    */}