Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 22, 2024
1 parent 4699f1b commit c0ee216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const Header = ({
)}
{isSignedIn && (
<IconButton color="inherit" onClick={handleNotificationsClick}>
<Badge badgeContent={notificationCount > 0 ? notificationCount : null} color="secondary">
<Badge badgeContent={notificationCount > 0 ? notificationCount : null} color="error">
<NotificationsIcon />
</Badge>
</IconButton>
Expand Down

0 comments on commit c0ee216

Please sign in to comment.