mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 13:31:12 -05:00
Move edit button right
This commit is contained in:
@@ -279,7 +279,7 @@ export default function ParkDetail() {
|
|||||||
|
|
||||||
<main className="container mx-auto px-4 py-8">
|
<main className="container mx-auto px-4 py-8">
|
||||||
{/* Back Button and Edit Button */}
|
{/* Back Button and Edit Button */}
|
||||||
<div className="flex items-center gap-4 mb-6">
|
<div className="flex items-center justify-between mb-6">
|
||||||
<Button variant="ghost" onClick={() => navigate('/parks')}>
|
<Button variant="ghost" onClick={() => navigate('/parks')}>
|
||||||
<ArrowLeft className="w-4 h-4 mr-2" />
|
<ArrowLeft className="w-4 h-4 mr-2" />
|
||||||
Back to Parks
|
Back to Parks
|
||||||
|
|||||||
Reference in New Issue
Block a user