mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 07:51:13 -05:00
Refactor: Remove descriptions from cards
This commit is contained in:
@@ -101,13 +101,6 @@ export function RideCard({ ride, showParkName = true, className, parkSlug }: Rid
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Description */}
|
||||
{ride.description && (
|
||||
<p className="text-sm text-muted-foreground line-clamp-2">
|
||||
{ride.description}
|
||||
</p>
|
||||
)}
|
||||
|
||||
{/* Category Badge */}
|
||||
<Badge variant="outline" className="text-xs">
|
||||
{formatCategory(ride.category)}
|
||||
|
||||
Reference in New Issue
Block a user