diff options
| author | MaheshtheDev <[email protected]> | 2025-10-21 18:52:45 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-10-21 18:52:45 +0000 |
| commit | 18008fb23fe82421265d8ce88d18fe6b71cbd982 (patch) | |
| tree | 0fac39383ec3576299f443aa7f4ff0f945c00c11 /apps/browser-extension | |
| parent | Merge pull request #497 from aryankeluskar/patch-steps (diff) | |
| download | archived-supermemory-18008fb23fe82421265d8ce88d18fe6b71cbd982.tar.xz archived-supermemory-18008fb23fe82421265d8ce88d18fe6b71cbd982.zip | |
chore: update to new supermemory support email (#503)
updated the new supermemory support email to `[email protected]`
Diffstat (limited to 'apps/browser-extension')
| -rw-r--r-- | apps/browser-extension/entrypoints/popup/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/browser-extension/entrypoints/popup/App.tsx b/apps/browser-extension/entrypoints/popup/App.tsx index 06aee4a4..d190716e 100644 --- a/apps/browser-extension/entrypoints/popup/App.tsx +++ b/apps/browser-extension/entrypoints/popup/App.tsx @@ -657,7 +657,7 @@ function App() { <button className="bg-transparent border-none text-blue-500 cursor-pointer underline text-sm p-0 hover:text-blue-700" onClick={() => { - window.open("mailto:[email protected]", "_blank") + window.open("mailto:[email protected]", "_blank") }} type="button" > |