From 44bd60afe8aa4ef0a1437de766e5e31d77af7cf7 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:07:26 +0200 Subject: [PATCH] Adjust layout --- app/components/Main.tsx | 39 +++++++++++++++------------------ app/components/layout/index.tsx | 4 ++++ 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/app/components/Main.tsx b/app/components/Main.tsx index 490e30a2c..e24f719b5 100644 --- a/app/components/Main.tsx +++ b/app/components/Main.tsx @@ -19,26 +19,23 @@ export const Main = ({ const showLeaderboard = !user?.patronTier; return ( - <> - {showLeaderboard ?
: null} -