mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 13:51:14 -05:00
feat: Implement missing URL pattern routes
This commit is contained in:
@@ -240,7 +240,18 @@ export default function OperatorDetail() {
|
||||
<TabsContent value="parks">
|
||||
<Card>
|
||||
<CardContent className="p-6">
|
||||
<p className="text-muted-foreground">Parks operated by {operator.name} will be displayed here.</p>
|
||||
<div className="flex items-center justify-between mb-4">
|
||||
<h2 className="text-2xl font-bold">Parks</h2>
|
||||
<Button
|
||||
variant="outline"
|
||||
onClick={() => navigate(`/operators/${operator.slug}/parks`)}
|
||||
>
|
||||
View All Parks
|
||||
</Button>
|
||||
</div>
|
||||
<p className="text-muted-foreground">
|
||||
View all parks operated by {operator.name}
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</TabsContent>
|
||||
|
||||
Reference in New Issue
Block a user