FIx ping counter alignment in Firefox but actually

This property isn't transformed into kebab-case due to a bug in Preact.
pull/1049/head
Gregory Pappas 2021-09-10 06:52:05 -05:00 committed by GitHub
parent 2b883358f6
commit bc88631ac8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function Icon({
text-anchor="middle"
fontSize={"7.5"}
alignmentBaseline={"middle"}
dominantBaseline={"middle"}>
dominant-baseline={"middle"}>
{count < 10 ? count : "9+"}
</text>
</>