Refactor: Remove icon from ParkCard title

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 13:42:01 +00:00
parent f5328c2839
commit fef2f73c99

View File

@@ -63,12 +63,9 @@ export function ParkCard({ park }: ParkCardProps) {
<CardContent className="p-4 space-y-3"> <CardContent className="p-4 space-y-3">
{/* Header */} {/* Header */}
<div className="space-y-1"> <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">
<h3 className="font-bold text-lg group-hover:text-primary transition-colors line-clamp-1"> {park.name}
{park.name} </h3>
</h3>
{getParkTypeIcon(park.park_type)}
</div>
{park.location && <div className="flex items-center text-sm text-muted-foreground"> {park.location && <div className="flex items-center text-sm text-muted-foreground">
<MapPin className="w-3 h-3 mr-1" /> <MapPin className="w-3 h-3 mr-1" />