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 Explore
</h3> </h3>
</div> </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 <Link
to="/rides" to="/rides"
className="px-3 py-2.5 text-base font-medium hover:bg-accent hover:text-accent-foreground rounded-md transition-colors" 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 Rides
</Link> </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 <Link
to="/manufacturers" to="/manufacturers"
className="px-3 py-2.5 text-base font-medium hover:bg-accent hover:text-accent-foreground rounded-md transition-colors" className="px-3 py-2.5 text-base font-medium hover:bg-accent hover:text-accent-foreground rounded-md transition-colors"