mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 12:11:21 -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">
|
<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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user