mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 04:51:13 -05:00
Remove icons from ride cards
This commit is contained in:
@@ -430,10 +430,7 @@ export default function ParkDetail() {
|
|||||||
<h3 className="font-semibold text-lg group-hover:text-primary transition-colors line-clamp-1">
|
<h3 className="font-semibold text-lg group-hover:text-primary transition-colors line-clamp-1">
|
||||||
{ride.name}
|
{ride.name}
|
||||||
</h3>
|
</h3>
|
||||||
<div className="flex items-center gap-2 mt-1">
|
<div className="mt-1">
|
||||||
<div className="opacity-60">
|
|
||||||
{getRideIcon(ride.category)}
|
|
||||||
</div>
|
|
||||||
<p className="text-sm text-muted-foreground capitalize">
|
<p className="text-sm text-muted-foreground capitalize">
|
||||||
{ride.category.replace('_', ' ')}
|
{ride.category.replace('_', ' ')}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user