diff --git a/src/components/BottomNavigationBar/NotificationsButton.tsx b/src/components/BottomNavigationBar/NotificationsButton.tsx index 2497bafb..06898c96 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 7adab389..f95398c4 100644 --- a/src/components/Sidebar/NotificationButton.tsx +++ b/src/components/Sidebar/NotificationButton.tsx @@ -16,7 +16,7 @@ export default function NotificationsButton() {
{hasNewNotification && ( -
+
)}