Skip to content

Commit 3e4f026

Browse files
committed
disable activity
1 parent c0227d0 commit 3e4f026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navbar/NavigationBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function NavigationBar() {
9191
className={
9292
isMobile ? "navbar-link nav-responsive-link" : "navbar-link"
9393
}
94-
to="/activity"
94+
to=""
9595
>
9696
Activity
9797
</Link>

0 commit comments

Comments
 (0)