Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0c8776b

Browse files
committed
Merge pull request #709 from appirio-tech/tco16-nav-url-conflict-fix
Tco16 nav url conflict fix
2 parents 37a814f + 1307799 commit 0c8776b

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

app/services/nav.service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import angular from 'angular'
3030
],
3131
'community': [
3232
{ 'sref': 'community.members', 'text': 'OVERVIEW', 'icon': require('../../assets/images/nav/members.svg') },
33+
{ 'href': CONSTANTS.TCO16_URL, 'text': 'TCO 2016', 'icon': require('../../assets/images/nav/ico-tco16.svg') },
3334
{ 'href': '/community/member-programs/', 'text': 'PROGRAMS', 'icon': require('../../assets/images/nav/programs.svg') },
3435
{ 'href': CONSTANTS.FORUMS_APP_URL, 'text': 'FORUMS', 'icon': require('../../assets/images/nav/forums.svg') },
3536
{ 'sref': 'community.statistics', 'text': 'STATISTICS', 'icon': require('../../assets/images/nav/statistics.svg') },

app/topcoder.constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ angular.module('CONSTANTS', []).constant('CONSTANTS', {
1818
'ARENA_URL' : process.env.ARENA_URL,
1919
'PHOTO_LINK_LOCATION' : process.env.PHOTO_LINK_LOCATION,
2020
'SWIFT_PROGRAM_URL' : process.env.SWIFT_PROGRAM_URL,
21+
'TCO16_URL' : process.env.TCO16_URL,
2122

2223
'NEW_CHALLENGES_URL' : 'https://www.topcoder.com/challenges/develop/upcoming/',
2324
'SWIFT_PROGRAM_ID' : 3445,

assets/images/nav/ico-tco16.svg

Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)