Fix: Reorder mobile menu items

This commit is contained in:
gpt-engineer-app[bot]
2025-11-05 19:35:56 +00:00
parent 45a5dadd29
commit d998225315

View File

@@ -52,13 +52,6 @@ export function Header() {
Explore
</h3>
</div>
<Link
to="/parks"
className="px-3 py-2.5 text-base font-medium hover:bg-accent hover:text-accent-foreground rounded-md transition-colors"
onClick={() => setOpen(false)}
>
Parks
</Link>
<Link
to="/rides"
className="px-3 py-2.5 text-base font-medium hover:bg-accent hover:text-accent-foreground rounded-md transition-colors"
@@ -66,6 +59,13 @@ export function Header() {
>
Rides
</Link>
<Link
to="/parks"
className="px-3 py-2.5 text-base font-medium hover:bg-accent hover:text-accent-foreground rounded-md transition-colors"
onClick={() => setOpen(false)}
>
Parks
</Link>
<Link
to="/manufacturers"
className="px-3 py-2.5 text-base font-medium hover:bg-accent hover:text-accent-foreground rounded-md transition-colors"