feat: Display name service on mobile menu
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2024-03-13 10:20:10 +01:00
parent 0deb7c2de1
commit 05648a5347
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
href="{{ $url }}{{ if $service.path }}{{ $service.path }}{{ else if $defaultValues.path }}{{ $defaultValues.path }}{{ end }}"
>
{{- partial "inline-svg" $icon -}}
<small class="ms-2 visually-hidden">{{ $service.title | default $defaultValues.title }}</small>
<small class="ms-2 d-lg-none">{{ $service.title | default $defaultValues.title }}</small>
</a>
</li>
{{- end -}}