You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pstyleName="regTxt">Not a member? Register <ahref={`${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}`}>here</a>.</p>
293
+
<pstyleName="regTxt">Not a member? Register <ahref={`${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}&mode=signUp&utm_source=gig_listing`}>here</a>.</p>
Copy file name to clipboardExpand all lines: src/shared/components/Gigs/LoginModal/index.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ function LoginModal({ retUrl, onCancel }) {
40
40
LOGIN
41
41
</PrimaryButton>
42
42
</div>
43
-
<pclassName={modalStyle.regTxt}>Not a member? Register <ahref={`${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}`}>here</a>.</p>
43
+
<pclassName={modalStyle.regTxt}>Not a member? It is free to <ahref={`${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}&mode=signUp&utm_source=gig_listing`}>register</a>!</p>
Copy file name to clipboardExpand all lines: src/shared/components/Gigs/ReferralModal/index.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ function ReferralModal({
105
105
LOGIN
106
106
</PrimaryButton>
107
107
</div>
108
-
<pclassName={modalStyle.regTxt}>Not a member? Register <ahref={`${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}`}>here</a>.</p>
108
+
<pclassName={modalStyle.regTxt}>Not a member? It is free to <ahref={`${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}&mode=signUp&utm_source=gig_listing`}>register</a>!</p>
0 commit comments