From f76a0c976f2879ca54de906e9f8e86f92ac62796 Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Tue, 30 Sep 2025 12:53:05 +0330 Subject: [PATCH] made icons bigger --- src/components/Tables/notification-history/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Tables/notification-history/index.tsx b/src/components/Tables/notification-history/index.tsx index e64ee0b..670ff2a 100644 --- a/src/components/Tables/notification-history/index.tsx +++ b/src/components/Tables/notification-history/index.tsx @@ -72,7 +72,11 @@ const NotificationHistoryTable = () => { {item.type} - {item.seen ? : } + {item.seen ? ( + + ) : ( + + )} {item.status}