update wording on +1 pp
All checks were successful
deploy / deploy (push) Successful in 1m4s

This commit is contained in:
Lee 2023-10-22 06:57:03 +01:00
parent f5ac6859b8
commit 297fd882da

@ -212,7 +212,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
hoverValue="Amount of raw pp required to increase your pp by 1pp"
value={`${formatNumber(
calcPpBoundary(playerId, 1)?.toFixed(2),
)}pp per raw`}
)}pp raw per global`}
/>
</>
)}