Style changes
This commit is contained in:
@@ -31,7 +31,7 @@ export default function MegaWallsStats({ stats }: { stats: NonNullStats["MegaWal
|
||||
{
|
||||
title: <p>Main</p>,
|
||||
stat: (
|
||||
<p className={cn("font-bold", mostPlayed && `text-mc-${difficultyColor}`)}>
|
||||
<p className={cn(mostPlayed && `text-mc-${difficultyColor}`)}>
|
||||
{mostPlayed !== null ? mostPlayed.name : "Unknown"}
|
||||
</p>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user