mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-10-31 19:38:13 +00:00 
			
		
		
		
	feat(icons): fix type errors
This commit is contained in:
		| @@ -45,25 +45,13 @@ const focusModes = [ | ||||
|     key: 'youtubeSearch', | ||||
|     title: 'Youtube', | ||||
|     description: 'Search and watch videos', | ||||
|     icon: ( | ||||
|       <SiYoutube | ||||
|         className="h-5 w-auto mr-0.5" | ||||
|         onPointerEnterCapture={undefined} | ||||
|         onPointerLeaveCapture={undefined} | ||||
|       /> | ||||
|     ), | ||||
|     icon: <SiYoutube className="h-5 w-auto mr-0.5" />, | ||||
|   }, | ||||
|   { | ||||
|     key: 'redditSearch', | ||||
|     title: 'Reddit', | ||||
|     description: 'Search for discussions and opinions', | ||||
|     icon: ( | ||||
|       <SiReddit | ||||
|         className="h-5 w-auto mr-0.5" | ||||
|         onPointerEnterCapture={undefined} | ||||
|         onPointerLeaveCapture={undefined} | ||||
|       /> | ||||
|     ), | ||||
|     icon: <SiReddit className="h-5 w-auto mr-0.5" />, | ||||
|   }, | ||||
| ]; | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								ui/data/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								ui/data/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| * | ||||
| !.gitignore | ||||
		Reference in New Issue
	
	Block a user