From ee97e9bc0f468e13d249a0ae10e9aafac1166800 Mon Sep 17 00:00:00 2001 From: Gregory Pappas <47937456+gregorypappas@users.noreply.github.com> Date: Fri, 10 Sep 2021 06:52:05 -0500 Subject: [PATCH] FIx ping counter alignment in Firefox but actually This property isn't transformed into kebab-case due to a bug in Preact. --- src/components/navigation/left/ServerListSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigation/left/ServerListSidebar.tsx b/src/components/navigation/left/ServerListSidebar.tsx index e4c0bffa..3eae8741 100644 --- a/src/components/navigation/left/ServerListSidebar.tsx +++ b/src/components/navigation/left/ServerListSidebar.tsx @@ -66,7 +66,7 @@ function Icon({ text-anchor="middle" fontSize={"7.5"} alignmentBaseline={"middle"} - dominantBaseline={"middle"}> + dominant-baseline={"middle"}> {count < 10 ? count : "9+"}