File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/shared/components/ProfilePage/TcaCertificates/TcaCertificateModal Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -453,4 +453,5 @@ module.exports = {
453
453
SDK_KEY : '7V4CJhurXT3Y3bnzv1hv1' ,
454
454
} ,
455
455
PLATFORM_SITE_URL : 'https://platform.topcoder-dev.com' ,
456
+ PLATFORMUI_SITE_URL : 'https://platform-ui.topcoder-dev.com' ,
456
457
} ;
Original file line number Diff line number Diff line change @@ -226,4 +226,5 @@ module.exports = {
226
226
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP : 3 ,
227
227
ENABLE_RECOMMENDER : true ,
228
228
PLATFORM_SITE_URL : 'https://platform.topcoder.com' ,
229
+ PLATFORMUI_SITE_URL : 'https://platform-ui.topcoder.com' ,
229
230
} ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { config } from 'topcoder-react-utils';
6
6
import ProfileModal from '../../ProfileModal' ;
7
7
import styles from './styles.scss' ;
8
8
9
- const tcAcademyPath = `${ config . PLATFORM_SITE_URL } ${ config . TC_ACADEMY_BASE_PATH } ` ;
9
+ const tcAcademyPath = `${ config . PLATFORMUI_SITE_URL } ${ config . TC_ACADEMY_BASE_PATH } ` ;
10
10
11
11
const TcaCertificateModal = ( {
12
12
certificate,
You can’t perform that action at this time.
0 commit comments