From 3a8560de8d02c930c464b0d02b394b15d132bb29 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 5 Oct 2025 01:27:23 +0200 Subject: [PATCH] switch notifications and discussions button on the bottom menu bar --- src/components/BottomNavigationBar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BottomNavigationBar/index.tsx b/src/components/BottomNavigationBar/index.tsx index 0086e16..1b509ff 100644 --- a/src/components/BottomNavigationBar/index.tsx +++ b/src/components/BottomNavigationBar/index.tsx @@ -14,9 +14,9 @@ export default function BottomNavigationBar() { paddingBottom: 'env(safe-area-inset-bottom)' }} > - - + + ) }