mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-16 23:08:41 +00:00
feat(icons): fix type errors
This commit is contained in:
@ -45,25 +45,13 @@ const focusModes = [
|
|||||||
key: 'youtubeSearch',
|
key: 'youtubeSearch',
|
||||||
title: 'Youtube',
|
title: 'Youtube',
|
||||||
description: 'Search and watch videos',
|
description: 'Search and watch videos',
|
||||||
icon: (
|
icon: <SiYoutube className="h-5 w-auto mr-0.5" />,
|
||||||
<SiYoutube
|
|
||||||
className="h-5 w-auto mr-0.5"
|
|
||||||
onPointerEnterCapture={undefined}
|
|
||||||
onPointerLeaveCapture={undefined}
|
|
||||||
/>
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'redditSearch',
|
key: 'redditSearch',
|
||||||
title: 'Reddit',
|
title: 'Reddit',
|
||||||
description: 'Search for discussions and opinions',
|
description: 'Search for discussions and opinions',
|
||||||
icon: (
|
icon: <SiReddit className="h-5 w-auto mr-0.5" />,
|
||||||
<SiReddit
|
|
||||||
className="h-5 w-auto mr-0.5"
|
|
||||||
onPointerEnterCapture={undefined}
|
|
||||||
onPointerLeaveCapture={undefined}
|
|
||||||
/>
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
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