mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Merge pull request #1812 from pjkundert/fix/mobile_menus
Fix mobile menus to allow access to menu content
This commit is contained in:
commit
699df484b5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<li class="mt-1">
|
||||
<a class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
<a href="{{ .URL }}" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
{{ if .Pre }}
|
||||
<span {{ if and .Pre .Name}} class="mr-1" {{ end }}>
|
||||
{{ partial "icon.html" .Pre }}
|
||||
|
|
Loading…
Reference in a new issue