mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 20:26:08 -05:00
Fix BadgeContainer alignment
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user