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