Skip to content

Commit f1ea8f6

Browse files
committed
updated email base url
1 parent e4a86c8 commit f1ea8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/containers/Gigs/RecruitCRMJobDetails.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class RecruitCRMJobDetailsContainer extends React.Component {
3333
Topcoder has a freelance gig that I thought you would be interested in. If you get the gig and complete it successfully we both get an extra $500.
3434
3535
Check it out:
36-
https://www.topcoder.com/gigs/${props.id}`,
36+
${config.URL.BASE}${config.GIGS_PAGES_PATH}/${props.id}`,
3737
},
3838
};
3939

0 commit comments

Comments
 (0)