Style changes

This commit is contained in:
2025-09-08 15:06:07 +02:00
parent eb58dde03f
commit 0183ea1b16
5 changed files with 25 additions and 18 deletions

View File

@@ -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>
)