feat: Display name service on mobile menu
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-13 10:20:10 +01:00
parent 0deb7c2de1
commit 05648a5347

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 -}}