update wording
All checks were successful
deploy / deploy (push) Successful in 54s

This commit is contained in:
Lee 2023-10-29 15:35:48 +00:00
parent 204b02b36a
commit c6cc12fbc2

@ -247,7 +247,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
<Label <Label
title="Top PP" title="Top PP"
className="bg-pp-blue" className="bg-pp-blue"
tooltip={<p>Your highest pp play</p>} tooltip={<p>Their highest pp play</p>}
value={`${formatNumber( value={`${formatNumber(
getHighestPpPlay(playerId)?.toFixed(2), getHighestPpPlay(playerId)?.toFixed(2),
)}pp`} )}pp`}