From e3f499be0c687d87fa2b2202bdadc299715d92a4 Mon Sep 17 00:00:00 2001 From: heweikang Date: Fri, 16 Aug 2024 10:23:27 +0800 Subject: [PATCH] hide search button text --- app/components/sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 570569b05..0d9198b52 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -252,7 +252,6 @@ export function SideBar(props: { className?: string }) { /> } - text={shouldNarrow ? undefined : Locale.SearchChat.Name} className={styles["sidebar-bar-button"]} onClick={() => navigate(Path.SearchChat, { state: { fromHome: true } })