From c6364959c921abc2844afc3a4d82c940deead9b1 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 20 Oct 2022 18:00:13 -0700 Subject: [PATCH] Experiment with showing footer on about tab for mobile --- web/components/ui/Content/Content.tsx | 2 +- .../CustomPageContent/CustomPageContent.tsx | 22 ++++++++++++++----- web/components/ui/Footer/Footer.module.scss | 4 ---- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index ece7800ec..466120285 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -312,7 +312,7 @@ export const Content: FC = () => { {showChat && !isMobile && } - {(!isMobile || !showChat) &&