From 8a2416d8e4edbc9564707d65d7a95601b5798e0d Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sat, 15 Mar 2025 21:33:41 +0100 Subject: [PATCH] Removed new markers for three maps --- src/components/maps/overlay/SearchMapSwitch.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/maps/overlay/SearchMapSwitch.vue b/src/components/maps/overlay/SearchMapSwitch.vue index 79f661d3..0e353fa0 100644 --- a/src/components/maps/overlay/SearchMapSwitch.vue +++ b/src/components/maps/overlay/SearchMapSwitch.vue @@ -42,7 +42,6 @@ const worldMenuItems: MenuItem[] = [ name: 'Bamast', img: '/images/bamast-cover.png', url: '/bamast', - newItem: true } ] @@ -56,13 +55,11 @@ const cityMenuItems: MenuItem[] = [ name: 'Borélis', img: '/images/aldys-borelis-cover.png', url: '/aldys/borelis', - newItem: true }, { name: 'Cantane', img: '/images/aldys-cantane-cover.png', url: '/aldys/cantane', - newItem: true }, ]