We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1237d3 commit db7043fCopy full SHA for db7043f
apps/app/src/components/notifications/notification-bell.tsx
@@ -71,7 +71,7 @@ export function NotificationBell() {
71
className="relative cursor-pointer"
72
>
73
<Bell size={20} />
74
- {total > -1 && (
+ {total > 0 && (
75
<span className="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500" />
76
)}
77
</button>
0 commit comments