Skip to content

Commit

Permalink
hide search button text
Browse files Browse the repository at this point in the history
  • Loading branch information
heweikang committed Aug 16, 2024
1 parent 8622057 commit e3f499b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 } })
Expand Down

0 comments on commit e3f499b

Please sign in to comment.