From 045cbe54ca8622217df90c91b09a37a274be5ddb Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 18 Sep 2025 19:34:15 +0200 Subject: [PATCH] Updated styles --- .../(stats)/player/[ign]/_stats/smashheros/smashheros.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx b/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx index d676992..fe4f9f9 100644 --- a/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx +++ b/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx @@ -35,15 +35,15 @@ export default function SmashHerosStats({ stats }: { stats: NonNullStats["SmashH }, { title:

KD

, - stat:

{kd}

+ stat:

{kd}

}, { title:

Wins

, - stat:

{formatNumber(stats.wins)}

+ stat:

{formatNumber(stats.wins)}

}, { title:

WL

, - stat:

{wl}

+ stat:

{wl}

} ]} >