This commit is contained in:
2025-09-06 20:16:18 +02:00
parent 5b89183791
commit 45b2ae1763

View File

@@ -2,6 +2,7 @@ import { formatNumber } from "@/lib/formatters"
import { getProgress } from "@/lib/hypixel/general" import { getProgress } from "@/lib/hypixel/general"
import { getPrestigeColor, getXpForPrestige } from "@/lib/hypixel/pit/general" import { getPrestigeColor, getXpForPrestige } from "@/lib/hypixel/pit/general"
import GenericProgress from "../../_components/GenericProgress" import GenericProgress from "../../_components/GenericProgress"
export default function PitProgress({ prestige, xp }: { prestige: number, xp: number }) { export default function PitProgress({ prestige, xp }: { prestige: number, xp: number }) {
const presColor = getPrestigeColor(prestige) const presColor = getPrestigeColor(prestige)
const currentXp = getXpForPrestige(prestige) const currentXp = getXpForPrestige(prestige)