mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	hide search button text
This commit is contained in:
		@@ -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 } })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user