mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 11:51:14 -05:00
Fix: Reorder mobile menu items
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user