From 51820319ae45e083d49ca07743c86b713778ea48 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 4 May 2022 14:09:44 -0400 Subject: [PATCH] Fix white flash on landing page --- .../features/public_layout/components/sonar.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/soapbox/features/public_layout/components/sonar.tsx b/app/soapbox/features/public_layout/components/sonar.tsx index 7087113c9..62c50a42d 100644 --- a/app/soapbox/features/public_layout/components/sonar.tsx +++ b/app/soapbox/features/public_layout/components/sonar.tsx @@ -2,11 +2,13 @@ import React from 'react'; const Sonar = () => (
-
-
-
-
-
+
+
+
+
+
+ +
);