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 */}