From 10d20472b01d860484c69c85e27da19947224e21 Mon Sep 17 00:00:00 2001 From: Satish Chakma <77580640+satishchakma@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:49:29 +0600 Subject: [PATCH] bugfix: When activities on, the mobile view is missing the browse button is fixed (#1229) * bugfix: When activities on, the mobile view is missing the Events text * bugfix: When activities on, the mobile view is missing the browse button is fixed --- src/common/header/HeaderNav.jsx | 4 ++-- src/common/header/header.css | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/common/header/HeaderNav.jsx b/src/common/header/HeaderNav.jsx index 4439349803..beda156bff 100644 --- a/src/common/header/HeaderNav.jsx +++ b/src/common/header/HeaderNav.jsx @@ -75,7 +75,7 @@ const HeaderNav = ({ showBrowse }) => { - {showBrowse && !showToggleMenu && ( + {showBrowse && (