update services icon

This commit is contained in:
padreug 2025-02-10 21:15:42 +01:00
parent 17b0ecf2f0
commit e1322dc984

View file

@ -18,6 +18,7 @@ import {
Car,
Ship,
HelpCircle,
Sparkles,
} from 'lucide-vue-next'
import {
Card,
@ -44,7 +45,7 @@ const categoryIcons = {
restaurant: UtensilsCrossed,
lodging: Bed,
goods: ShoppingBag,
services: Wrench,
services: Sparkles,
taxi: Car,
lancha: Ship,
other: HelpCircle,