소스 검색

Code Review Fixes

Francesco Baccetti 4 년 전
부모
커밋
46370efb2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>