Fix styling of ‘Training’ tag on tour step 6

It was missing the base class so didn’t get all the styling (like the
spacing and uppercase text).
This commit is contained in:
Chris Hill-Scott
2020-09-23 16:03:05 +01:00
parent cc456fa718
commit 59bf38e623

View File

@@ -12,7 +12,7 @@
<div class="navigation-service">
<div class="navigation-service-name govuk-!-font-weight-bold">
{{ current_service.name }} <span class="navigation-service-type--training">Training</span>
{{ current_service.name }} <span class="navigation-service-type navigation-service-type--training">Training</span>
</div>
</div>