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
<p>Looks like there is a problem on our end. Please try again.<br/>If this persists please contact <ahref="mailto:support@topcoder.com">support@topcoder.com</a>.</p>
<p>Looks like there is a problem on our end. Please try again.<br/>If this persists please contact <ahref="mailto:support@topcoder.com">support@topcoder.com</a>.</p>
54
+
<p>Please send us an email at <ahref="mailto:gigwork@topcoder.com">gigwork@topcoder.com</a> with the subject ‘Gig Error’<br/>and paste the URL for the gig you are attempting to apply for so that we know of your interest.</p>
55
+
</React.Fragment>
52
56
) : (
53
57
<p>We will contact you via email if it seems like a fit!</p>
54
58
)
55
59
}
56
60
<divstyleName="cta-buttons">
57
61
{
58
62
application.error ? (
59
-
<a
60
-
href="#"
61
-
styleName="primaryBtn"
62
-
onClick={(e)=>{
63
-
e.preventDefault();
64
-
window.location.reload();
65
-
}}
66
-
>APPLY AGAIN
67
-
</a>
63
+
<React.Fragment>
64
+
<a
65
+
href="#"
66
+
styleName="primaryBtn"
67
+
onClick={(e)=>{
68
+
e.preventDefault();
69
+
window.location.reload();
70
+
}}
71
+
>APPLY AGAIN
72
+
</a>
73
+
<Linkto={`${config.GIGS_PAGES_PATH}`}>VIEW OTHER GIGS</Link>
74
+
</React.Fragment>
68
75
) : (
69
76
<Linkto={`${config.GIGS_PAGES_PATH}`}styleName="primaryBtn">GO TO GIG LIST</Link>
0 commit comments