Photography Gallery -> Gallery
This commit is contained in:
parent
288216ba50
commit
bc1e67dd63
@ -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);
|
||||
|
@ -137,7 +137,7 @@ const IndexPage = ({
|
||||
<Nav
|
||||
internalLinks={[
|
||||
{ href: "/", label: "Home" },
|
||||
{ href: "/photogallery/", label: "Photography Gallery" },
|
||||
{ href: "/photogallery/", label: "Gallery" },
|
||||
]}
|
||||
isClient={isClient}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user