Skip to content

Commit

Permalink
Move person details banner
Browse files Browse the repository at this point in the history
Per design feedback, it makes more sense for this to go below the
primary navigation, since this is more page/section-specific content
  • Loading branch information
yndajas committed Aug 31, 2023
1 parent 2550d7a commit ff57b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/views/partials/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
html: 'This is a new service - your <a class="govuk-link" href="https://forms.office.com/Pages/ResponsePage.aspx?id=KEeHxuZx_kGp4S6MNndq2E8JCpI91GZDsQ5Hyq26MrZUQVQ5VFBIU0tKMUlZTDhLNUpZR01CQ0U5Uy4u">feedback</a> will help us to improve it.'
}) }}

{% block personBanner %}{% endblock personBanner %}

{% block primaryNavigation %}
{{ mojPrimaryNavigation({
label: 'Primary navigation',
Expand All @@ -69,6 +67,8 @@
}) }}
{% endblock primaryNavigation %}

{% block personBanner %}{% endblock personBanner %}

{% block backLink %}{% endblock backLink %}
{% endblock beforeContent %}

Expand Down

0 comments on commit ff57b0d

Please sign in to comment.