diff --git a/wp/wp-content/themes/tcs-responsive/footer.php b/wp/wp-content/themes/tcs-responsive/footer.php index 3cdc58b2..5da28f8d 100644 --- a/wp/wp-content/themes/tcs-responsive/footer.php +++ b/wp/wp-content/themes/tcs-responsive/footer.php @@ -254,7 +254,7 @@ function getHashParameterByName(name, source) { vm.menuLinks = { 'compete': [ - { 'href': "/listings/", 'text': 'ALL CHALLENGES', 'icon': '/mf/i/nav/rocket.svg' }, + { 'href': "/challenges/", 'text': 'ALL CHALLENGES', 'icon': '/mf/i/nav/rocket.svg' }, { 'href': "/challenges/design/active/?pageIndex=1", 'text': 'DESIGN CHALLENGES', 'icon': '/mf/i/nav/track-design.svg' }, { 'href': "/challenges/develop/active/?pageIndex=1", 'text': 'DEVELOPMENT CHALLENGES', 'icon': '/mf/i/nav/track-develop.svg' }, { 'href': "/challenges/data/active/?pageIndex=1", 'text': 'DATA SCIENCE CHALLENGES', 'icon': '/mf/i/nav/track-data.svg' },