mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 16:11:12 -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">
|
||||
{ride.name}
|
||||
</h3>
|
||||
<div className="flex items-center gap-2 mt-1">
|
||||
<div className="opacity-60">
|
||||
{getRideIcon(ride.category)}
|
||||
</div>
|
||||
<div className="mt-1">
|
||||
<p className="text-sm text-muted-foreground capitalize">
|
||||
{ride.category.replace('_', ' ')}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user