From 3150c21f176ed0416fe7e795d72d2f6c3af04c96 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Wed, 19 Mar 2025 13:41:01 +0530 Subject: [PATCH] feat(icons): fix type errors --- ui/components/MessageInputActions/Focus.tsx | 16 ++-------------- ui/data/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 14 deletions(-) create mode 100644 ui/data/.gitignore diff --git a/ui/components/MessageInputActions/Focus.tsx b/ui/components/MessageInputActions/Focus.tsx index 613078b..875dbf7 100644 --- a/ui/components/MessageInputActions/Focus.tsx +++ b/ui/components/MessageInputActions/Focus.tsx @@ -45,25 +45,13 @@ const focusModes = [ key: 'youtubeSearch', title: 'Youtube', description: 'Search and watch videos', - icon: ( - - ), + icon: , }, { key: 'redditSearch', title: 'Reddit', description: 'Search for discussions and opinions', - icon: ( - - ), + icon: , }, ]; diff --git a/ui/data/.gitignore b/ui/data/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/ui/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore