From 222bd6fe977a91384bf3efb23dc794d4f6cdb074 Mon Sep 17 00:00:00 2001 From: Heidi Date: Sat, 16 May 2026 11:30:22 +0100 Subject: [PATCH] fix --- src/App.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 5d9bbf5..73392d3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1382,7 +1382,7 @@ function PreferenceToggle({ checked, description, disabled = false, label, onCha function PrivacyPage() { return ( -
+

Privacy notice @@ -1888,7 +1888,7 @@ function PixelMountains() { function TeamsPage({ leaderboard, navigate, teams }) { return ( -

+

Team leaderboard

@@ -2131,7 +2131,7 @@ function BattleResults({ games, status }) { function BattleLogsPage({ live, matches }) { return ( -

+

Battle Logs

@@ -2914,7 +2914,7 @@ function UptimePage({ uptime }) { const availability = history.length ? (onlineSamples / history.length) * 100 : 0 return ( -

+