switch to jetbrains mono variable font and change up the mini ranking card a little bit
All checks were successful
Deploy / deploy (push) Successful in 5m11s
All checks were successful
Deploy / deploy (push) Successful in 5m11s
This commit is contained in:
@ -133,7 +133,9 @@ export default function Mini({ type, player }: MiniProps) {
|
||||
</Avatar>
|
||||
<p
|
||||
className={
|
||||
playerRanking.id === player.id ? "text-gray-400" : ""
|
||||
playerRanking.id === player.id
|
||||
? "text-pp font-semibold"
|
||||
: ""
|
||||
}
|
||||
>
|
||||
{playerName}
|
||||
|
Reference in New Issue
Block a user