diff --git a/spot/entrypoints/popup/Login.tsx b/spot/entrypoints/popup/Login.tsx index 541894e99..846ae6fc8 100644 --- a/spot/entrypoints/popup/Login.tsx +++ b/spot/entrypoints/popup/Login.tsx @@ -29,7 +29,7 @@ function getLink(url: string) { } function openSignupPage(instanceUrl: string) { - const signupUrl = `${getLink(instanceUrl)}/singup?spotCallback=true`; + const signupUrl = `${getLink(instanceUrl)}/signup?spotCallback=true`; chrome.tabs.create({ url: signupUrl, diff --git a/spot/package.json b/spot/package.json index fb584e659..f5d2df044 100644 --- a/spot/package.json +++ b/spot/package.json @@ -2,7 +2,7 @@ "name": "wxt-starter", "description": "manifest.json description", "private": true, - "version": "1.0.3", + "version": "1.0.4", "type": "module", "scripts": { "dev": "wxt",