Browse Source

Code Review Fixes

Francesco Baccetti 4 years ago
parent
commit
46370efb2d
1 changed files with 1 additions and 1 deletions
  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>