mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 03:31:13 -05:00
Remove icon from ride detail
This commit is contained in:
@@ -356,15 +356,12 @@ export default function RideDetail() {
|
|||||||
<CardTitle>Ride Information</CardTitle>
|
<CardTitle>Ride Information</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="space-y-4">
|
<CardContent className="space-y-4">
|
||||||
<div className="flex items-center gap-3">
|
|
||||||
<div className="flex items-center">{getRideIcon(ride.category)}</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div className="font-medium">Category</div>
|
<div className="font-medium">Category</div>
|
||||||
<div className="text-sm text-muted-foreground">
|
<div className="text-sm text-muted-foreground">
|
||||||
{formatCategory(ride.category)}
|
{formatCategory(ride.category)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{ride.opening_date && (
|
{ride.opening_date && (
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user