diff --git a/config/dev.js b/config/dev.js index f274429..5ca5059 100644 --- a/config/dev.js +++ b/config/dev.js @@ -26,6 +26,7 @@ module.exports = { * as a more verbose name for the param. */ COMMUNITY_APP: "https://community-app.topcoder-dev.com", + PLATFORM_WEBSITE: "https://platform.topcoder-dev.com", ARENA: "https://arena.topcoder-dev.com", AUTH: "https://accounts-auth0.topcoder-dev.com", BASE: "https://www.topcoder-dev.com", diff --git a/config/prod.js b/config/prod.js index ce3cab3..ab93169 100644 --- a/config/prod.js +++ b/config/prod.js @@ -23,6 +23,7 @@ module.exports = { * as a more verbose name for the param. */ COMMUNITY_APP: "https://community-app.topcoder.com", + PLATFORM_WEBSITE: "https://platform.topcoder.com", AUTH: "https://accounts-auth0.topcoder.com", BASE: "https://www.topcoder.com", HOME: "/my-dashboard", diff --git a/src/components/challenge-detail/Registrants/index.jsx b/src/components/challenge-detail/Registrants/index.jsx index 90cb0f0..000eeeb 100644 --- a/src/components/challenge-detail/Registrants/index.jsx +++ b/src/components/challenge-detail/Registrants/index.jsx @@ -419,7 +419,7 @@ export default class Registrants extends React.Component {