From 7372b37fe6f00d4d54a3082935118fe72887c8d3 Mon Sep 17 00:00:00 2001 From: Wentao Lyu <35-wentao.lyu@users.noreply.git.stereye.tech> Date: Sat, 18 Mar 2023 00:29:34 +0800 Subject: [PATCH] style: hide footer in mobile mode style: avoid ui overflow in mobile mode --- client/src/components/Main/Footer.jsx | 2 +- client/src/components/Main/Landing.jsx | 2 +- client/src/components/Main/TextChat.jsx | 4 ++-- client/src/components/Messages/index.jsx | 2 +- client/src/components/Nav/MobileNav.jsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/components/Main/Footer.jsx b/client/src/components/Main/Footer.jsx index 21e6fff89a..0015596749 100644 --- a/client/src/components/Main/Footer.jsx +++ b/client/src/components/Main/Footer.jsx @@ -2,7 +2,7 @@ import React from 'react'; export default function Footer() { return ( -