From 0e2622c695c89d4c9cd79542d81a9e88cb4c820c Mon Sep 17 00:00:00 2001 From: TonyJ Date: Thu, 6 Apr 2017 12:35:23 -0400 Subject: [PATCH] added item for new listings --- wp/wp-content/themes/tcs-responsive/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },