aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui')
-rw-r--r--vnext/src/ui/Feeds.js2
-rw-r--r--vnext/src/ui/Message.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/ui/Feeds.js b/vnext/src/ui/Feeds.js
index 0cebdce6..31c76e66 100644
--- a/vnext/src/ui/Feeds.js
+++ b/vnext/src/ui/Feeds.js
@@ -35,7 +35,7 @@ function RequireAuth({ children }) {
// trying to go to when they were redirected. This allows us to send them
// along to that page after they login, which is a nicer user experience
// than dropping them off on the home page.
- return <Navigate to={`/login?retpath=${window.location.href}`} state={{ from: location }} />
+ return <Navigate to={`https://juick.com/login?retpath=${window.location.href}`} state={{ from: location }} />
}
return children
diff --git a/vnext/src/ui/Message.js b/vnext/src/ui/Message.js
index eaac8eba..9f0e9a15 100644
--- a/vnext/src/ui/Message.js
+++ b/vnext/src/ui/Message.js
@@ -112,7 +112,7 @@ export default function Message({ data, isThread, onToggleSubscription, children
<span>{likesSummary}</span>
</Link>
) : (
- <a href={`/login?retpath=${window.location.href}`} className="a-login msg-button">
+ <a href={`https://juick.com/login?retpath=${window.location.href}`} className="a-login msg-button">
<Icon name="ei-heart" size="s" />
<span>{likesSummary}</span>
</a>