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