From cad1d9071a1fb06cc5343dce6d2e60879800611d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 6 Dec 2022 15:16:36 -0600 Subject: [PATCH] Restore "chats" name and icon --- app/soapbox/components/sidebar-navigation.tsx | 4 ++-- app/soapbox/components/thumb-navigation.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx index c2b35a3e5..6bce826ba 100644 --- a/app/soapbox/components/sidebar-navigation.tsx +++ b/app/soapbox/components/sidebar-navigation.tsx @@ -87,10 +87,10 @@ const SidebarNavigation = () => { return ( } + text={} /> ); } diff --git a/app/soapbox/components/thumb-navigation.tsx b/app/soapbox/components/thumb-navigation.tsx index d509546fb..6abaa084e 100644 --- a/app/soapbox/components/thumb-navigation.tsx +++ b/app/soapbox/components/thumb-navigation.tsx @@ -18,8 +18,8 @@ const ThumbNavigation: React.FC = (): JSX.Element => { if (features.chats) { return ( } + src={require('@tabler/icons/messages.svg')} + text={} to='/chats' exact count={unreadChatsCount}