Browse Source

switch notifications and discussions button on the bottom menu bar

imwald
Silberengel 5 months ago
parent
commit
3a8560de8d
  1. 4
      src/components/BottomNavigationBar/index.tsx

4
src/components/BottomNavigationBar/index.tsx

@ -14,9 +14,9 @@ export default function BottomNavigationBar() { @@ -14,9 +14,9 @@ export default function BottomNavigationBar() {
paddingBottom: 'env(safe-area-inset-bottom)'
}}
>
<NotificationsButton />
<HomeButton />
<DiscussionsButton />
<HomeButton />
<NotificationsButton />
</div>
)
}

Loading…
Cancel
Save