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 3bb1008 commit 4158e9cCopy full SHA for 4158e9c
1 file changed
app/views/layouts/_navigation.html.erb
@@ -1,4 +1,4 @@
1
-<nav class="navbar bg-white border-b border-slate-200 sticky top-0 z-50">
+<nav class="navbar bg-white border-b border-slate-200 sticky top-0 z-50" data-controller="mobile-menu">
2
<div class="max-w-7xl mx-auto px-6">
3
<div class="flex items-center justify-between h-16">
4
<!-- Logo / Home Link -->
@@ -36,7 +36,6 @@
36
<button
37
type="button"
38
class="md:hidden p-2 rounded-md text-slate-600 hover:text-slate-800 hover:bg-slate-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-[#9b1c31]"
39
- data-controller="mobile-menu"
40
data-action="click->mobile-menu#toggle"
41
aria-label="Toggle navigation menu"
42
>
0 commit comments