Skip to content

Commit

Permalink
Make home go to /swipe in mobile bottom nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jahooma committed Dec 21, 2022
1 parent f44af8f commit 698cfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/components/nav/bottom-nav-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const touchItemClass = 'bg-indigo-100'

function getNavigation(user: User) {
return [
{ name: 'Home', href: '/home', icon: HomeIcon },
{ name: 'Search', href: '/search', icon: SearchIcon },
{ name: 'Home', href: '/swipe', icon: HomeIcon },
{ name: 'Search', href: '/home', icon: SearchIcon },
{
name: 'Profile',
href: `/${user.username}?tab=portfolio`,
Expand Down

0 comments on commit 698cfcb

Please sign in to comment.