hide search button text
This commit is contained in:
parent
86220573b6
commit
e3f499be0c
|
@ -252,7 +252,6 @@ export function SideBar(props: { className?: string }) {
|
||||||
/>
|
/>
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={<SearchIcon />}
|
icon={<SearchIcon />}
|
||||||
text={shouldNarrow ? undefined : Locale.SearchChat.Name}
|
|
||||||
className={styles["sidebar-bar-button"]}
|
className={styles["sidebar-bar-button"]}
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
navigate(Path.SearchChat, { state: { fromHome: true } })
|
navigate(Path.SearchChat, { state: { fromHome: true } })
|
||||||
|
|
Loading…
Reference in New Issue