From 96345d888f9a62664d13a518ad79d23ece25dbf0 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 8 Sep 2025 23:27:10 +0200 Subject: [PATCH] Updated pit progress --- .../(stats)/player/[ign]/_stats/pit/progress.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx b/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx index 5ba4994..b0b2f9c 100644 --- a/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx +++ b/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx @@ -10,11 +10,14 @@ export default function PitProgress({ prestige, xp }: { prestige: number, xp: nu const percent = getProgress(currentXp, xp, nextXp) return ( - +
+ +

120

+
) }