From 906c92e54f86855c9e293178341c864f73fd1f94 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 12 Aug 2024 21:13:46 +0200 Subject: [PATCH] fix badge layout --- commafeed-client/src/components/sidebar/UnreadCount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/components/sidebar/UnreadCount.tsx b/commafeed-client/src/components/sidebar/UnreadCount.tsx index b45177ed..d808af51 100644 --- a/commafeed-client/src/components/sidebar/UnreadCount.tsx +++ b/commafeed-client/src/components/sidebar/UnreadCount.tsx @@ -18,7 +18,7 @@ export function UnreadCount(props: { unreadCount: number }) { const count = props.unreadCount >= 10000 ? "10k+" : props.unreadCount return ( - + {count}