From 82636ade5cd5faae1b8c46dd3887fe9a5442c50a Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 8 Sep 2025 14:41:36 +0200 Subject: [PATCH] Style change --- .../(stats)/player/[ign]/_stats/megawalls/megawalls.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx b/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx index a4e8a2c..a6cc5fd 100644 --- a/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx +++ b/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx @@ -38,19 +38,19 @@ export default function MegaWallsStats({ stats }: { stats: NonNullStats["MegaWal }, { title:

KD

, - stat:

{kd}

+ stat:

{kd}

}, { title:

FKD

, - stat:

{fkd}

+ stat:

{fkd}

}, { title:

Wins

, - stat:

{formatNumber(stats.wins)}

+ stat:

{formatNumber(stats.wins)}

}, { title:

WL

, - stat:

{wl}

+ stat:

{wl}

} ]} />