Fix: Remove icons from entity list view titles

This commit is contained in:
gpt-engineer-app[bot]
2025-10-28 17:16:53 +00:00
parent e7bcba8fee
commit bf09abff36

View File

@@ -89,14 +89,9 @@ export function ParkListView({ parks, onParkClick }: ParkListViewProps) {
{/* Header */} {/* Header */}
<div className="flex items-start justify-between gap-4"> <div className="flex items-start justify-between gap-4">
<div className="flex-1 min-w-0"> <div className="flex-1 min-w-0">
<div className="flex items-center gap-2 mb-1.5"> <h3 className="font-bold text-lg md:text-xl group-hover:text-primary transition-colors duration-300 line-clamp-1 mb-1.5">
<h3 className="font-bold text-lg md:text-xl group-hover:text-primary transition-colors duration-300 line-clamp-1">
{park.name} {park.name}
</h3> </h3>
<span className="text-muted-foreground group-hover:text-primary transition-colors duration-300 flex-shrink-0">
{getParkTypeIcon(park.park_type)}
</span>
</div>
{park.location && ( {park.location && (
<div className="flex items-center text-sm text-muted-foreground group-hover:text-foreground transition-colors duration-300"> <div className="flex items-center text-sm text-muted-foreground group-hover:text-foreground transition-colors duration-300">