Use --end class for header nav

Uses `govuk-header__navigation--end` class which
does away with the need for a custom override.

Based on suggestion by @quis:

https://github.com/alphagov/notifications-admin/pull/3181#discussion_r361977771
This commit is contained in:
Tom Byers
2019-12-30 14:08:28 +00:00
parent 4ca2e06e6c
commit 62fbc07bff
2 changed files with 2 additions and 12 deletions

View File

@@ -124,7 +124,8 @@
{{ govukHeader({
"homepageUrl": url_for('main.show_accounts_or_dashboard'),
"productName": "Notify",
"navigation": navigation
"navigation": navigation,
"navigationClasses": "govuk-header__navigation--end"
}) }}
{% endblock %}