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
+