From 407a5a3f789e1cc62d4770edb252119c1c1e5264 Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 5 Mar 2025 23:20:49 +0800 Subject: [PATCH] style: adjust the position of new notification indicator --- src/components/BottomNavigationBar/NotificationsButton.tsx | 2 +- src/components/Sidebar/NotificationButton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 && ( -
+
)}