Rename file nav-bar to bottom-nav-bar

This commit is contained in:
James Grugett 2022-09-16 17:20:23 -05:00
parent 5b8fc12163
commit 7c710ba598
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import TrophyIcon from 'web/lib/icons/trophy-icon'
import { useUser } from 'web/hooks/use-user'
import NotificationsIcon from '../notifications-icon'
import router from 'next/router'
import { userProfileItem } from './nav-bar'
import { userProfileItem } from './bottom-nav-bar'
const mobileGroupNavigation = [
{ name: 'Markets', key: 'markets', icon: HomeIcon },

View File

@ -1,6 +1,6 @@
import clsx from 'clsx'
import { ReactNode } from 'react'
import { BottomNavBar } from './nav/nav-bar'
import { BottomNavBar } from './nav/bottom-nav-bar'
import Sidebar from './nav/sidebar'
import { Toaster } from 'react-hot-toast'