mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 08:31:15 -05:00
Refactor: Remove icon from ParkCard title
This commit is contained in:
@@ -63,12 +63,9 @@ export function ParkCard({ park }: ParkCardProps) {
|
||||
<CardContent className="p-4 space-y-3">
|
||||
{/* Header */}
|
||||
<div className="space-y-1">
|
||||
<div className="flex items-center gap-2">
|
||||
<h3 className="font-bold text-lg group-hover:text-primary transition-colors line-clamp-1">
|
||||
{park.name}
|
||||
</h3>
|
||||
{getParkTypeIcon(park.park_type)}
|
||||
</div>
|
||||
|
||||
{park.location && <div className="flex items-center text-sm text-muted-foreground">
|
||||
<MapPin className="w-3 h-3 mr-1" />
|
||||
|
||||
Reference in New Issue
Block a user