diff --git a/src/components/BottomNavigationBar/NotificationsButton.tsx b/src/components/BottomNavigationBar/NotificationsButton.tsx index 2497baf..06898c9 100644 --- a/src/components/BottomNavigationBar/NotificationsButton.tsx +++ b/src/components/BottomNavigationBar/NotificationsButton.tsx @@ -15,7 +15,7 @@ export default function NotificationsButton() {
{hasNewNotification && ( -
+
)}
diff --git a/src/components/Sidebar/NotificationButton.tsx b/src/components/Sidebar/NotificationButton.tsx index 7adab38..f95398c 100644 --- a/src/components/Sidebar/NotificationButton.tsx +++ b/src/components/Sidebar/NotificationButton.tsx @@ -16,7 +16,7 @@ export default function NotificationsButton() {
{hasNewNotification && ( -
+
)}