From 3f7da224993e84f7dd30c75fa1f21592d7131a35 Mon Sep 17 00:00:00 2001 From: Silas Date: Thu, 24 Feb 2022 11:41:29 -0500 Subject: [PATCH] fix bug where logo isn't clickable on splash screen --- assets/js/pages/SplashPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/pages/SplashPage.tsx b/assets/js/pages/SplashPage.tsx index 6c1d674..74af4cf 100644 --- a/assets/js/pages/SplashPage.tsx +++ b/assets/js/pages/SplashPage.tsx @@ -35,6 +35,7 @@ const SplashPage = (props: SplashPageProps) => { position: "absolute", top: "50%", transform: "translate(0, -50%)", + height: "auto", }} >