File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
src/shared/components/Dashboard/GigsFeed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ workflows:
363
363
filters :
364
364
branches :
365
365
only :
366
- - slash-tc
366
+ - slash-home-hotfix
367
367
# This is stage env for production QA releases
368
368
- " build-prod-staging " :
369
369
context : org-global
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module.exports = {
102
102
/* This is the same value as above, but it is used by topcoder-react-lib,
103
103
* as a more verbose name for the param. */
104
104
COMMUNITY_APP : 'https://community-app.topcoder-dev.com' ,
105
- CHALLENGES_URL : 'https://platform .topcoder.com/earn/find /challenges' ,
105
+ CHALLENGES_URL : 'https://www .topcoder-dev .com/challenges' ,
106
106
107
107
ARENA : 'https://arena.topcoder-dev.com' ,
108
108
AUTH : 'https://accounts-auth0.topcoder-dev.com' ,
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ module.exports = {
25
25
/* This is the same value as above, but it is used by topcoder-react-lib,
26
26
* as a more verbose name for the param. */
27
27
COMMUNITY_APP : 'https://community-app.topcoder.com' ,
28
+ CHALLENGES_URL : 'https://www.topcoder.com/challenges' ,
28
29
29
30
AUTH : 'https://accounts-auth0.topcoder.com' ,
30
31
BASE : 'https://www.topcoder.com' ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function GigsFeed({
20
20
< span styleName = "title" > GIGS</ span >
21
21
< a
22
22
styleName = "allLink"
23
- href = { `${ config . URL . COMMUNITY_APP } /gigs` }
23
+ href = { `${ config . URL . BASE } /gigs` }
24
24
target = "_blank"
25
25
rel = "noreferrer"
26
26
> View all < span > gigs</ span >
@@ -31,7 +31,7 @@ export default function GigsFeed({
31
31
: gigs . message ? < span > { gigs . message } </ span > : gigs . map ( gig => (
32
32
< div styleName = "row" key = { `dashboard-gigs-feed-${ gig . externalId } ` } >
33
33
< a
34
- href = { `${ config . URL . COMMUNITY_APP } /gigs/${ gig . externalId } ` }
34
+ href = { `${ config . URL . BASE } /gigs/${ gig . externalId } ` }
35
35
target = "_blank"
36
36
rel = "noreferrer"
37
37
> { gig . title }
You can’t perform that action at this time.
0 commit comments