Explorar o código

Code Review Fixes

Francesco Baccetti %!s(int64=4) %!d(string=hai) anos
pai
achega
46370efb2d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/Navbar/Navbar.tsx

+ 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>