aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js
index b14e50ab..9612bd83 100644
--- a/vnext/src/App.js
+++ b/vnext/src/App.js
@@ -117,7 +117,7 @@ export default function App({ footer }) {
<span className="desktop">Settings</span>
</Link>
</> :
- <a href={`/login?retpath=${window.location.href}`}>
+ <a href={`https://juick.com/login?retpath=${window.location.href}`}>
<Icon name="ei-user" size="s" />
<span className="desktop">Login</span>
</a>