From e872c250695a9ab40323cc432af6ef11535b9a8c Mon Sep 17 00:00:00 2001 From: 0xjaqbek Date: Sat, 13 Jul 2024 15:41:05 +0200 Subject: [PATCH] 526 --- src/LeaderboardPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LeaderboardPage.tsx b/src/LeaderboardPage.tsx index 2cc1b2f..21ad972 100644 --- a/src/LeaderboardPage.tsx +++ b/src/LeaderboardPage.tsx @@ -50,7 +50,7 @@ const LeaderboardPage: React.FC = ({ elapsedTime, onClose return ( - + Close Leaderboard

Leaderboard

@@ -60,8 +60,8 @@ const LeaderboardPage: React.FC = ({ elapsedTime, onClose - + Save Score
);