diff --git a/pkg/interface/src/views/apps/notifications/preferences.tsx b/pkg/interface/src/views/apps/notifications/preferences.tsx
index 877c666af3..f189563728 100644
--- a/pkg/interface/src/views/apps/notifications/preferences.tsx
+++ b/pkg/interface/src/views/apps/notifications/preferences.tsx
@@ -70,7 +70,7 @@ export default function NotificationPreferences(
{
props.api.local.setOmnibox()}>
- { !props.doNotDisturb && props.notificationsCount > 0 &&
+ { !props.doNotDisturb && props.notificationsCount > 0 &&
(
@@ -47,7 +47,15 @@ const StatusBar = (props) => {
/>
-
+ {!props.doNotDisturb && ( props.history.push('/~notifications')}>
+ 0 ? "500" : "400"}
+ fontSize='0'
+ color="blue"
+ >
+ {(props.notificationsCount > 99) ? "99+" : props.notificationsCount}
+
+ )}
props.history.push('/~profile')}>
~{props.ship}