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