update services icon
This commit is contained in:
parent
17b0ecf2f0
commit
e1322dc984
1 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ import {
|
||||||
Car,
|
Car,
|
||||||
Ship,
|
Ship,
|
||||||
HelpCircle,
|
HelpCircle,
|
||||||
|
Sparkles,
|
||||||
} from 'lucide-vue-next'
|
} from 'lucide-vue-next'
|
||||||
import {
|
import {
|
||||||
Card,
|
Card,
|
||||||
|
|
@ -44,7 +45,7 @@ const categoryIcons = {
|
||||||
restaurant: UtensilsCrossed,
|
restaurant: UtensilsCrossed,
|
||||||
lodging: Bed,
|
lodging: Bed,
|
||||||
goods: ShoppingBag,
|
goods: ShoppingBag,
|
||||||
services: Wrench,
|
services: Sparkles,
|
||||||
taxi: Car,
|
taxi: Car,
|
||||||
lancha: Ship,
|
lancha: Ship,
|
||||||
other: HelpCircle,
|
other: HelpCircle,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue