Skip to content

Commit

Permalink
Merge pull request #1812 from pjkundert/fix/mobile_menus
Browse files Browse the repository at this point in the history
Fix mobile menus to allow access to menu content
  • Loading branch information
nunocoracao authored Nov 8, 2024
2 parents 01b0b80 + 9951816 commit 699df48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header/header-mobile-option-nested.html
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit 699df48

Please sign in to comment.