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 ))