We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17728e commit 819ddb5Copy full SHA for 819ddb5
src/components/home/HomeTab.tsx
@@ -40,7 +40,7 @@ function HomeTab(props: HomeTabProps) {
40
<Wrapper>
41
<Block>
42
<NavLink
43
- to="/trending"
+ to="/"
44
activeClassName="active"
45
isActive={(match, location) => {
46
return ['/', '/trending'].indexOf(location.pathname) !== -1;
0 commit comments