feat: explore (#85)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { cn } from '@/lib/utils'
|
||||
import AccountButton from './AccountButton'
|
||||
import ExploreButton from './ExploreButton'
|
||||
import HomeButton from './HomeButton'
|
||||
import NotificationsButton from './NotificationsButton'
|
||||
import PostButton from './PostButton'
|
||||
|
||||
export default function BottomNavigationBar() {
|
||||
return (
|
||||
@@ -16,7 +16,7 @@ export default function BottomNavigationBar() {
|
||||
}}
|
||||
>
|
||||
<HomeButton />
|
||||
<PostButton />
|
||||
<ExploreButton />
|
||||
<NotificationsButton />
|
||||
<AccountButton />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user