From 61a7ee6a966338fd9cb787f491f325abe0d00c3a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 3 Nov 2022 22:22:23 +0300 Subject: Bring back Discover --- vnext/src/App.js | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'vnext/src/App.js') diff --git a/vnext/src/App.js b/vnext/src/App.js index fab438bc..3bac74d2 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -144,25 +144,18 @@ export default function App({ footer }) { Login } + + + Discover + Discussions - { - visitor.uid > 0 ? - - Discuss - { - visitor.unreadCount && - {visitor.unreadCount} - } - - : - - - Photos - - } + + + Photos + }
-- cgit v1.2.3