diff --git a/src/components/Leaderboard/LeaderboardPage.tsx b/src/components/Leaderboard/LeaderboardPage.tsx index 63a268779..61559cc6b 100644 --- a/src/components/Leaderboard/LeaderboardPage.tsx +++ b/src/components/Leaderboard/LeaderboardPage.tsx @@ -17,7 +17,7 @@ export function LeaderboardPage(props: LeaderboardPageProps) { const { stats } = props; return ( -
+

@@ -95,8 +95,8 @@ function LeaderboardLane(props: LeaderboardLaneProps) { const { users: usersToShow, emptyIcon, emptyText } = activeTab; return ( -
-
+
+

{title}{' '} {subtitle && (