From b6096dbe06f636a462f2c1ff85470599754f613f Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 30 Nov 2017 17:22:41 +0000 Subject: [PATCH] Remove performance link from features nav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The features nav is supposed to navigate your between pages in the app. It’s very unexpected to have it open an external link. Performance isn’t strictly a part of Support, but it’s worked having it there for long enough that it’s probably not a bother. --- app/main/views/sub_navigation_dictionaries.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/main/views/sub_navigation_dictionaries.py b/app/main/views/sub_navigation_dictionaries.py index 00f0b99ad..b6ab788bc 100644 --- a/app/main/views/sub_navigation_dictionaries.py +++ b/app/main/views/sub_navigation_dictionaries.py @@ -12,11 +12,6 @@ def features_nav(): "name": "Security", "link": "main.security", }, - { - "name": "Performance", - "link": "https://www.gov.uk/performance/govuk-notify", - "external_link": True, - }, { "name": "Terms of use", "link": "main.terms",