From a99a4d5943e598973aa111f49142424ee679861f Mon Sep 17 00:00:00 2001 From: T'JAMPENS QUENTIN p2406187 Date: Wed, 17 Dec 2025 14:41:19 +0100 Subject: [PATCH] Fix icons --- src/components/Header/Header.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index ee04918..74bfc31 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -64,12 +64,12 @@ function Header() { setunreadNotification(false); }} > - notifications + notifications {unreadNotification && } - profile + profile @@ -114,7 +114,7 @@ function Header() { className={styles.closeBtn} onClick={() => setNotifications(prev => prev.filter((_, i) => i !== index))} > - supprimer la notification + supprimer la notification ))