Skip to content

Commit 819ddb5

Browse files
committed
Navigate to / instead of /trending
1 parent a17728e commit 819ddb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/HomeTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function HomeTab(props: HomeTabProps) {
4040
<Wrapper>
4141
<Block>
4242
<NavLink
43-
to="/trending"
43+
to="/"
4444
activeClassName="active"
4545
isActive={(match, location) => {
4646
return ['/', '/trending'].indexOf(location.pathname) !== -1;

0 commit comments

Comments
 (0)