Compare commits

...

2 Commits

Author SHA1 Message Date
871010f8cb update favicon
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 11:28:57 +01:00
c87d527d53 update wording on +1pp 2023-10-23 11:26:45 +01:00
2 changed files with 1 additions and 1 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -247,7 +247,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
<Label <Label
title="+ 1pp" title="+ 1pp"
className="bg-[#8992e8]" className="bg-[#8992e8]"
hoverValue="Amount of raw pp required to increase your pp by 1pp" hoverValue="Amount of raw pp required to increase your global pp by 1pp"
value={`${formatNumber( value={`${formatNumber(
calcPpBoundary(playerId, 1)?.toFixed(2), calcPpBoundary(playerId, 1)?.toFixed(2),
)}pp raw per global`} )}pp raw per global`}