feat: Display name service on mobile menu
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0deb7c2de1
commit
05648a5347
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in New Issue