Skip to content

Commit

Permalink
Allow transactional service name in header alongside navigation and s…
Browse files Browse the repository at this point in the history
…earch
  • Loading branch information
paulrobertlloyd committed Aug 22, 2024
1 parent a247c25 commit 7fef0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/header/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{%- endif %}
</div>

{%- if params.transactionalService and not params.primaryLinks and not params.search %}
{%- if params.transactionalService %}
<div class="nhsuk-header__transactional-service-name">
<a class="nhsuk-header__transactional-service-name--link" href="{{ params.transactionalService.href | default('/') }}">{{ params.transactionalService.name }}</a>
</div>
Expand Down

0 comments on commit 7fef0eb

Please sign in to comment.