diff --git a/apps/browser-extension/README.md b/apps/browser-extension/README.md index b19db00d..4fb6e6e8 100644 --- a/apps/browser-extension/README.md +++ b/apps/browser-extension/README.md @@ -1 +1 @@ -## Supermemory Browser Extension \ No newline at end of file +## supermemory Browser Extension \ No newline at end of file diff --git a/apps/browser-extension/entrypoints/background.ts b/apps/browser-extension/entrypoints/background.ts index 338ff671..5f8c24ab 100644 --- a/apps/browser-extension/entrypoints/background.ts +++ b/apps/browser-extension/entrypoints/background.ts @@ -29,7 +29,7 @@ export default defineBackground(() => { browser.runtime.onInstalled.addListener((details) => { browser.contextMenus.create({ id: CONTEXT_MENU_IDS.SAVE_TO_SUPERMEMORY, - title: "Save to Supermemory", + title: "Save to supermemory", contexts: ["selection", "page", "link"], }); @@ -97,7 +97,7 @@ export default defineBackground(() => { }; /** - * Save memory to Supermemory API + * Save memory to supermemory API */ const saveMemoryToSupermemory = async ( data: MemoryData, diff --git a/apps/browser-extension/entrypoints/content.ts b/apps/browser-extension/entrypoints/content.ts index c62855f1..afca4f1f 100644 --- a/apps/browser-extension/entrypoints/content.ts +++ b/apps/browser-extension/entrypoints/content.ts @@ -153,8 +153,8 @@ export default defineContentScript({ supermemoryButton.innerHTML = `
- Supermemory - Save to Supermemory + supermemory + Save to supermemory
`; @@ -232,7 +232,7 @@ export default defineContentScript({ DOMUtils.showToast("error"); } } catch (error) { - console.error("Error saving memories to Supermemory:", error); + console.error("Error saving memories to supermemory:", error); DOMUtils.showToast("error"); } } diff --git a/apps/browser-extension/entrypoints/popup/App.tsx b/apps/browser-extension/entrypoints/popup/App.tsx index 6d8675fe..d5cb3014 100644 --- a/apps/browser-extension/entrypoints/popup/App.tsx +++ b/apps/browser-extension/entrypoints/popup/App.tsx @@ -136,8 +136,8 @@ function App() { return (
- Supermemory -

Supermemory

+ supermemory +

supermemory

Loading...
@@ -151,7 +151,7 @@ function App() {
Supermemory diff --git a/apps/browser-extension/entrypoints/welcome/Welcome.tsx b/apps/browser-extension/entrypoints/welcome/Welcome.tsx index 097d3abd..6b1e4eae 100644 --- a/apps/browser-extension/entrypoints/welcome/Welcome.tsx +++ b/apps/browser-extension/entrypoints/welcome/Welcome.tsx @@ -6,7 +6,7 @@ function Welcome() {
Supermemory

@@ -17,7 +17,7 @@ function Welcome() { {/* Features Section */}

-

What can you do with Supermemory?

+

What can you do with supermemory?

@@ -67,7 +67,7 @@ function Welcome() {
1

Login to Your Account

-

Connect your Supermemory account to start saving content

+

Connect your supermemory account to start saving content

diff --git a/apps/browser-extension/entrypoints/welcome/index.html b/apps/browser-extension/entrypoints/welcome/index.html index abaab93b..92bb26e0 100644 --- a/apps/browser-extension/entrypoints/welcome/index.html +++ b/apps/browser-extension/entrypoints/welcome/index.html @@ -4,7 +4,7 @@ - Welcome to Supermemory + Welcome to supermemory
diff --git a/apps/browser-extension/utils/ui-components.ts b/apps/browser-extension/utils/ui-components.ts index 58f0b104..2cc5e5a0 100644 --- a/apps/browser-extension/utils/ui-components.ts +++ b/apps/browser-extension/utils/ui-components.ts @@ -246,7 +246,7 @@ export function createTwitterImportUI( : `

- Please sign in to Supermemory first + Please sign in to supermemory first