aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Message.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-02-14 16:21:06 +0300
committerGravatar Vitaly Takmazov2024-02-18 18:08:07 +0300
commit09f83f8f6c6c1021d7709be799c1d2c5b3bf3016 (patch)
treef98097e45cbbd64e74dc47b50c2bd156810b4f73 /vnext/src/ui/Message.js
parentc9c500a07d58fbbbe8bfd1cbc326140872ccc785 (diff)
vnext: configure devserver proxy
Diffstat (limited to 'vnext/src/ui/Message.js')
-rw-r--r--vnext/src/ui/Message.js2
1 files changed, 1 insertions, 1 deletions
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>