From 1111108efee528d94a0ec5a6cb714aa09f6237db Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 14 Dec 2023 17:46:27 -0600 Subject: Some brand, some pwi (#2212) * Add logo to left nav in logged out * Protect last routes * Hide links in left nav, hide nav * Replace bottom bar for pwi * Remove same links from drawer * Hide reply prompt * Allow search --- src/view/shell/Drawer.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/view/shell/Drawer.tsx') diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 4fb8565e8..e5d2a3863 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -221,18 +221,16 @@ let DrawerContent = ({}: {}): React.ReactNode => { )} - {hasSession && } - {hasSession && } - - - {hasSession && ( - - )} - {hasSession && ( + {hasSession ? ( <> + + + + + @@ -242,6 +240,8 @@ let DrawerContent = ({}: {}): React.ReactNode => { /> + ) : ( + )} -- cgit 1.4.1