From 13f8ede6a1d782078c7be701f78905ed61bf7137 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sat, 27 Dec 2025 18:28:24 +0100 Subject: [PATCH] Changed closed icon and added one token --- public/map/icons/ghost.svg | 4 +++ src/components/map/MapSidebar.vue | 9 ++++-- src/components/map/ReviewMarker.vue | 45 +++++++++++++++++------------ src/stores/parisTokens.ts | 4 +++ 4 files changed, 41 insertions(+), 21 deletions(-) create mode 100644 public/map/icons/ghost.svg diff --git a/public/map/icons/ghost.svg b/public/map/icons/ghost.svg new file mode 100644 index 0000000..93a7a93 --- /dev/null +++ b/public/map/icons/ghost.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/components/map/MapSidebar.vue b/src/components/map/MapSidebar.vue index d0908d5..7c271e1 100644 --- a/src/components/map/MapSidebar.vue +++ b/src/components/map/MapSidebar.vue @@ -15,10 +15,15 @@ function handleFoodClick() {