Skip to content

Commit fb82ed1

Browse files
committed
Change primary nav to use “Menu”
1 parent 3af6634 commit fb82ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components_guide_web/templates/layout/_banner.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<nav role="navigation" aria-label="Primary" class="w-full flex items-center lg:px-16 text-base text-center">
33
<details class="relative" data-links="block p-3 underline-on-hover">
44
<summary class="block w-48 text-left pl-6 text-base uppercase font-bold tracking-wider">
5-
Jump to
5+
Menu
66
</summary>
77
<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">
88
<%= link("React Playground", to: '/react-playground') %>

0 commit comments

Comments
 (0)