Refactor: Remove descriptions from cards

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 14:15:23 +00:00
parent c020bf067f
commit fade35bab9
7 changed files with 7 additions and 56 deletions

View File

@@ -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)}