From 6a6b1d8b3bd157da1c256cef71e2ffa4c900f4aa Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 23 May 2022 17:27:45 +0200 Subject: [PATCH] If we have more than 100 notifications, indicate this with a 100+ label --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 3a469bdf1..d6bf34749 100644 --- a/src/index.html +++ b/src/index.html @@ -169,7 +169,7 @@ - {{ notificationCount }} + {{ notificationCount === 100 ? '100+' : notificationCount }}