Skip to content

Commit

Permalink
Add x-uncloak-md to navigation menu
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 26, 2022
1 parent a704223 commit 2f3e7e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class="flex flex-wrap items-center justify-between p-4 shadow-lg sm:shadow-xl md
</div>

<div id="main-navigation-links"
class="w-full md:flex flex-grow md:flex-grow-0 md:items-center md:w-auto px-6 -mx-4 border-t mt-3 pt-3 md:border-none md:mt-0 md:py-0 border-gray-200 dark:border-gray-700"
class="w-full x-uncloak-md md:flex flex-grow md:flex-grow-0 md:items-center md:w-auto px-6 -mx-4 border-t mt-3 pt-3 md:border-none md:mt-0 md:py-0 border-gray-200 dark:border-gray-700"
:class="navigationOpen ? '' : 'hidden'" x-cloak>
<ul aria-label="Navigation links" class="md:flex-grow md:flex justify-end">
@foreach ($navigation->items as $item)
Expand Down

0 comments on commit 2f3e7e6

Please sign in to comment.