Chapter 3, Using the Link and NavLink Components to Navigate to a Route, talks about how to use the Link and NavLink components in React Router to allow you to navigate to routes defined in the application. This
className={mobileNavSVGColorWrapper[isOpen?"reversed":"primary"]}><NavLink to="/"><VisuallyHidden>Home</VisuallyHidden><BrandLogo/></NavLink><Flex><Space/><Button variant={isOpen?"reversed":"primary"}className="snipcart-checkout">{cta.text}</Button...