From 51a17a72a30f7fbaa8e002f26e57032f2d47e4d6 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sun, 6 Nov 2022 20:52:56 -0600 Subject: [PATCH] fix: always show link button --- src/components/Shell/ShellAppBar.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Shell/ShellAppBar.tsx b/src/components/Shell/ShellAppBar.tsx index cacd9b4..1e54d89 100644 --- a/src/components/Shell/ShellAppBar.tsx +++ b/src/components/Shell/ShellAppBar.tsx @@ -99,6 +99,16 @@ export const ShellAppBar = ({ > {title} + + + + + {doShowPeers ? ( <> @@ -111,16 +121,6 @@ export const ShellAppBar = ({ - - - - -