We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af6634 commit fb82ed1Copy full SHA for fb82ed1
lib/components_guide_web/templates/layout/_banner.html.heex
@@ -2,7 +2,7 @@
2
<nav role="navigation" aria-label="Primary" class="w-full flex items-center lg:px-16 text-base text-center">
3
<details class="relative" data-links="block p-3 underline-on-hover">
4
<summary class="block w-48 text-left pl-6 text-base uppercase font-bold tracking-wider">
5
- Jump to
+ Menu
6
</summary>
7
<details-menu role="menu" class="absolute z-menu top-full left-0 flex flex-col px-4 py-2 text-left text-lg whitespace-nowrap bg-gray-900 rounded shadow-lg">
8
<%= link("React Playground", to: '/react-playground') %>
0 commit comments