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

Commit 1920634

Browse files
authored
Merge pull request #491 from appirio-tech/dev
added item for new listings
2 parents 3bf22b5 + 0e2622c commit 1920634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp/wp-content/themes/tcs-responsive/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function getHashParameterByName(name, source) {
254254
vm.menuLinks =
255255
{
256256
'compete': [
257-
{ 'href': "/listings/", 'text': 'ALL CHALLENGES', 'icon': '/mf/i/nav/rocket.svg' },
257+
{ 'href': "/challenges/", 'text': 'ALL CHALLENGES', 'icon': '/mf/i/nav/rocket.svg' },
258258
{ 'href': "/challenges/design/active/?pageIndex=1", 'text': 'DESIGN CHALLENGES', 'icon': '/mf/i/nav/track-design.svg' },
259259
{ 'href': "/challenges/develop/active/?pageIndex=1", 'text': 'DEVELOPMENT CHALLENGES', 'icon': '/mf/i/nav/track-develop.svg' },
260260
{ 'href': "/challenges/data/active/?pageIndex=1", 'text': 'DATA SCIENCE CHALLENGES', 'icon': '/mf/i/nav/track-data.svg' },

0 commit comments

Comments
 (0)