Skip to content

Commit

Permalink
Updated Compete section of top nav menu
Browse files Browse the repository at this point in the history
Design Challenges, Development Challenges, and Data Science Challenges
items are gone. All Challenges and Competitive programming stay.
  • Loading branch information
birdofpreyru committed Apr 23, 2017
1 parent 93eee04 commit 9ca6d96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/services/nav.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ import angular from 'angular'
service.menuLinks = {
'compete': [
{ 'href': '/challenges/', 'text': 'ALL CHALLENGES', 'icon': require('../../assets/images/nav/rocket.svg') },
{ 'href': '/challenges/#&tracks=design&mode=6&name=All%20Challenges', 'text': 'DESIGN CHALLENGES', 'icon': require('../../assets/images/nav/track-design.svg') },
{ 'href': '/challenges/#&tracks=develop&mode=6&name=All%20Challenges', 'text': 'DEVELOPMENT CHALLENGES', 'icon': require('../../assets/images/nav/track-develop.svg') },
{ 'href': '/challenges/#&tracks=datasci&mode=6&name=All%20Challenges', 'text': 'DATA SCIENCE CHALLENGES', 'icon': require('../../assets/images/nav/track-data.svg') },
{ 'href': CONSTANTS.ARENA_URL, 'text': 'COMPETITIVE PROGRAMMING', 'icon': require('../../assets/images/nav/track-cp.svg'), 'target': '_blank' }
],
'learn': [
Expand Down

0 comments on commit 9ca6d96

Please sign in to comment.