From 3461b2dfc0d860858de36da3ee65031932ec8c6e Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Tue, 16 Jan 2018 15:10:07 +0000 Subject: [PATCH] removing links to apply page until confirmed --- .../public/navigation/templates/navigation/primarynav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opentech/public/navigation/templates/navigation/primarynav.html b/opentech/public/navigation/templates/navigation/primarynav.html index 8059ec4de..c0ed442bd 100644 --- a/opentech/public/navigation/templates/navigation/primarynav.html +++ b/opentech/public/navigation/templates/navigation/primarynav.html @@ -17,9 +17,9 @@ {% endfor %} </ul> </nav> -<a href="/apply" class="link link--button-transparent link--mobile-standout"> +<a href="#" class="link link--button-transparent link--mobile-standout"> <svg class="icon"><use xlink:href="#person-icon"></use></svg> Log in </a> -<a href="/apply" class="link link--button-secondary link--mobile-standout">Apply</a> +<a href="#" class="link link--button-secondary link--mobile-standout">Apply</a> -- GitLab