From dd1a5b1115164f5e226ed4789239bae84e25a7d7 Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 2 Jul 2025 04:33:08 +0000 Subject: [PATCH] feat: update commit SHA and remove unused connection status display from Menu component --- .env.local | 2 +- app/components/menu.tsx | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.env.local b/.env.local index 8fe37f5..2923e0d 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_COMMIT_SHA=707960b +NEXT_PUBLIC_COMMIT_SHA=680c50c diff --git a/app/components/menu.tsx b/app/components/menu.tsx index b219980..958d37a 100644 --- a/app/components/menu.tsx +++ b/app/components/menu.tsx @@ -83,13 +83,6 @@ export function Menu({ toggleSidebar, isSidebarVisible, toggleStatusBar, isStatu return ( <>
-
- -
-

j

-