From 9f3d779cf2d66b02c05596999ede46546908ecdb Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 13 Apr 2021 16:47:51 -0400 Subject: [PATCH] add tags to mobile navigation and add manage tags link on tag page --- ui/component/sideNavigation/view.jsx | 4 ++-- ui/page/discover/view.jsx | 12 ++++++++++-- ui/scss/component/_claim-search.scss | 4 ++++ ui/scss/component/_navigation.scss | 5 ++--- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 8e9e5b5ab..ebe58600e 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -359,7 +359,7 @@ function SideNavigation(props: Props) { ))} )} - {!SIMPLE_SITE && sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( + {sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( )} - {!SIMPLE_SITE && sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( + {sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && (