From 6fa4cedbcb589896fe24e7362fef717c2dc9381b Mon Sep 17 00:00:00 2001 From: Neo <54811660+neooriginal@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:32:18 +0100 Subject: [PATCH] Update Sidebar.tsx --- web/app/src/components/layout/Sidebar.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/app/src/components/layout/Sidebar.tsx b/web/app/src/components/layout/Sidebar.tsx index e17403755e..8e751424c1 100644 --- a/web/app/src/components/layout/Sidebar.tsx +++ b/web/app/src/components/layout/Sidebar.tsx @@ -240,9 +240,11 @@ export function Sidebar({ height={showText ? 24 : 13} className="object-contain" /> - - Beta - + {showText && ( + + Beta + + )} {/* Mobile close button */}