From 1ebabc327608a1d20aa900c111a9f5dbc35e1b27 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 21 Nov 2023 14:34:34 +0000 Subject: [PATCH] text white --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48e48da..6418068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function Home() { }, [mounted, updateRank]); return ( -
+
{!playerId &&

Invalid player ID

} {!rank &&

Invalid rank

} {!ppDiff &&

Calculating...

}