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
@@ -151,7 +152,7 @@ function SelectProduct(props) {
151
152
<h2>{projectCategory.question}</h2>
152
153
<divclassName="cards">{cards}</div>
153
154
<divclassName="footer">
154
-
Looking for something else? <ahref="http://crowdsourcing.topcoder.com/piqued_by_crowdsourcing">Get in touch with us →</a>
155
+
Looking for something else? <ahref={`https://${DOMAIN}/contact?utm_source=Connect&utm_medium=Referral&utm_campaign=FooterContact`}>Get in touch with us →</a>
@@ -145,7 +146,7 @@ function SelectProjectType(props) {
145
146
<h1>Create a new project</h1>
146
147
<divclassName="cards">{cards}</div>
147
148
<divclassName="footer">
148
-
Looking for something else? <ahref="http://crowdsourcing.topcoder.com/piqued_by_crowdsourcing">Get in touch with us →</a>
149
+
Looking for something else? <ahref={`https://${DOMAIN}/contact?utm_source=Connect&utm_medium=Referral&utm_campaign=FooterContact`}>Get in touch with us →</a>
0 commit comments