feat: Display name service on mobile menu
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
href="{{ $url }}{{ if $service.path }}{{ $service.path }}{{ else if $defaultValues.path }}{{ $defaultValues.path }}{{ end }}"
|
href="{{ $url }}{{ if $service.path }}{{ $service.path }}{{ else if $defaultValues.path }}{{ $defaultValues.path }}{{ end }}"
|
||||||
>
|
>
|
||||||
{{- partial "inline-svg" $icon -}}
|
{{- 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>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
Reference in New Issue
Block a user