Fix styling of ‘Training’ tag on tour step 5

It was missing the base class so didn’t get all the styling (like the
spacing and uppercase text).

Already fixed this for step 6, but less haste, more speed.
This commit is contained in:
Chris Hill-Scott
2020-09-23 17:38:39 +01:00
parent 4f0347b26d
commit 0482c62cb8

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>