hide search button text

This commit is contained in:
heweikang 2024-08-16 10:23:27 +08:00
parent 86220573b6
commit e3f499be0c
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ export function SideBar(props: { className?: string }) {
/>
<IconButton
icon={<SearchIcon />}
text={shouldNarrow ? undefined : Locale.SearchChat.Name}
className={styles["sidebar-bar-button"]}
onClick={() =>
navigate(Path.SearchChat, { state: { fromHome: true } })