diff --git a/src/components/Nav.js b/src/components/Nav.js index ff16e9d..9825df4 100644 --- a/src/components/Nav.js +++ b/src/components/Nav.js @@ -7,7 +7,7 @@ import Menu from "@spectrum-icons/workflow/Menu"; const Nav = ({ isClient, internalLinks, className }) => { const { observe, currentBreakpoint } = useDimensions({ - breakpoints: { XS: 0, LG: 730 }, + breakpoints: { XS: 0, LG: 690 }, updateOnBreakpointChange: true, }); const [linksMenu, setLinksMenu] = useState(false); diff --git a/src/pages/index.js b/src/pages/index.js index ee55db5..114a5a3 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -137,7 +137,7 @@ const IndexPage = ({