mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 17:00:02 -05:00
Fix BadgeContainer alignment
This commit is contained in:
parent
a2b99f2c0d
commit
a3ed5fc205
|
|
@ -65,7 +65,7 @@ const BadgeContainer = ({
|
|||
fontWeight: "bold",
|
||||
color: themeColorHex,
|
||||
}}
|
||||
visibility={badge.count === 1 ? "hidden" : "visible"}
|
||||
display={badge.count === 1 ? "none" : "block"}
|
||||
>
|
||||
{`x${badge.count}`}
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user