diff --git a/frontend/extension/src/components/CreateShortcutsButton.tsx b/frontend/extension/src/components/CreateShortcutsButton.tsx
index 10996bb..1be9ab9 100644
--- a/frontend/extension/src/components/CreateShortcutsButton.tsx
+++ b/frontend/extension/src/components/CreateShortcutsButton.tsx
@@ -150,7 +150,7 @@ const CreateShortcutsButton = () => {
diff --git a/frontend/extension/src/components/Logo.tsx b/frontend/extension/src/components/Logo.tsx
index 8ae5ebe..d2b2198 100644
--- a/frontend/extension/src/components/Logo.tsx
+++ b/frontend/extension/src/components/Logo.tsx
@@ -6,7 +6,7 @@ interface Props {
}
const Logo = ({ className }: Props) => {
- return ;
+ return
;
};
export default Logo;
diff --git a/frontend/extension/src/options.tsx b/frontend/extension/src/options.tsx
index e5add76..f1b7349 100644
--- a/frontend/extension/src/options.tsx
+++ b/frontend/extension/src/options.tsx
@@ -79,7 +79,7 @@ const IndexOptions = () => {
-