text white
All checks were successful
Publish / deploy (push) Successful in 44s

This commit is contained in:
Lee 2023-11-21 14:34:34 +00:00
parent dec55d3613
commit 1ebabc3276

@ -54,7 +54,7 @@ export default function Home() {
}, [mounted, updateRank]);
return (
<main className="text-xl">
<main className="text-xl text-white">
{!playerId && <p>Invalid player ID</p>}
{!rank && <p>Invalid rank</p>}
{!ppDiff && <p>Calculating...</p>}