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