From f744537fdd6fe8ad339f6279fa12a7f7205caf6e Mon Sep 17 00:00:00 2001 From: Mariam Saeed <69825646+Mariam-Saeed@users.noreply.github.com> Date: Thu, 9 Oct 2025 01:26:10 +0300 Subject: [PATCH] Feat: Notification section (#2033) * Feature/Notification-section * fix notification ui and add local storage variable to save the state * add notification component to app.tsx --- frontend/src/components/Notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Notification.tsx b/frontend/src/components/Notification.tsx index d83f7223..0d188989 100644 --- a/frontend/src/components/Notification.tsx +++ b/frontend/src/components/Notification.tsx @@ -132,4 +132,4 @@ export default function Notification({ ); -} +} \ No newline at end of file