mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 12:51:13 -05:00
Fix: Remove icons from entity list view titles
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user