Francesco Baccetti 4 rokov pred
rodič
commit
46370efb2d

+ 1 - 1
packages/app/src/components/Navbar/Navbar.tsx

@@ -37,7 +37,7 @@ const Navbar: React.FC<RouteComponentProps> = () => {
           <Link to="/">
             <StyledIcon name="home" />
           </Link>
-          <Link to="/browse">
+          <Link to={routes.browse()}>
             <StyledIcon name="binocular" />
           </Link>
         </NavigationContainer>