diff --git a/frontend/extension/package.json b/frontend/extension/package.json index cf169f6..e7797ba 100644 --- a/frontend/extension/package.json +++ b/frontend/extension/package.json @@ -1,7 +1,7 @@ { "name": "slash-extension", "displayName": "Slash", - "version": "1.0.3", + "version": "1.0.4", "description": "An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.", "scripts": { "dev": "plasmo dev", diff --git a/frontend/extension/src/components/ShortcutView.tsx b/frontend/extension/src/components/ShortcutView.tsx index 37a4a72..8fed7d0 100644 --- a/frontend/extension/src/components/ShortcutView.tsx +++ b/frontend/extension/src/components/ShortcutView.tsx @@ -22,7 +22,7 @@ const ShortcutView = (props: Props) => { <>
@@ -51,7 +51,7 @@ const ShortcutView = (props: Props) => { )}
- + diff --git a/frontend/extension/src/components/ShortcutsContainer.tsx b/frontend/extension/src/components/ShortcutsContainer.tsx index a81c5bd..b9ef32f 100644 --- a/frontend/extension/src/components/ShortcutsContainer.tsx +++ b/frontend/extension/src/components/ShortcutsContainer.tsx @@ -14,7 +14,7 @@ const ShortcutsContainer = () => { Please make sure you have signed in your instance.
-
+
{shortcuts.map((shortcut) => { return ; })}