FIx ping counter alignment in Firefox but actually

This property isn't transformed into kebab-case due to a bug in Preact.
This commit is contained in:
Gregory Pappas 2021-09-10 06:52:05 -05:00 committed by GitHub
parent a4138b52b0
commit ee97e9bc0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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