mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 12:11:13 -05:00
Refactor: Replace emojis with Lucide React icons
This commit is contained in:
@@ -14,7 +14,8 @@ import {
|
||||
Search,
|
||||
ChevronDown,
|
||||
Sliders,
|
||||
X
|
||||
X,
|
||||
FerrisWheel
|
||||
} from 'lucide-react';
|
||||
import { Park } from '@/types/database';
|
||||
import { supabase } from '@/integrations/supabase/client';
|
||||
@@ -364,7 +365,7 @@ export default function Parks() {
|
||||
</div>
|
||||
) : (
|
||||
<div className="text-center py-12">
|
||||
<div className="text-6xl mb-4 opacity-50">🎢</div>
|
||||
<FerrisWheel className="w-16 h-16 mb-4 opacity-50 mx-auto" />
|
||||
<h3 className="text-xl font-semibold mb-2">No parks found</h3>
|
||||
<p className="text-muted-foreground mb-4">
|
||||
Try adjusting your search terms or filters
|
||||
|
||||
Reference in New Issue
Block a user