From 4fe73cb3dab7d715cd3e998d69d0a7d411b51588 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 6 May 2022 20:07:40 -0500 Subject: [PATCH] Display the RegistrationForm even on mobile --- app/soapbox/features/landing_page/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/landing_page/index.tsx b/app/soapbox/features/landing_page/index.tsx index a33b9e8710..7fd676a757 100644 --- a/app/soapbox/features/landing_page/index.tsx +++ b/app/soapbox/features/landing_page/index.tsx @@ -81,7 +81,7 @@ const LandingPage = () => { -
+
{renderBody()}