From 6c350bf2d54a7ae7750a944dfad2688435b9a104 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sun, 22 Jun 2025 14:28:26 +0200 Subject: [PATCH] Removed new item for mine map --- src/components/maps/overlay/SearchMapSwitch.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/maps/overlay/SearchMapSwitch.vue b/src/components/maps/overlay/SearchMapSwitch.vue index 5996fe21..478e3927 100644 --- a/src/components/maps/overlay/SearchMapSwitch.vue +++ b/src/components/maps/overlay/SearchMapSwitch.vue @@ -94,8 +94,7 @@ const menus: Menu[] = [ { name: 'Mines Blanches', img: '/images/aldys-cantane-mines-blanches-cover.png', - url: `/${$currentLang.value}/aldys/cantane/mines-blanches`, - newItem: true + url: `/${$currentLang.value}/aldys/cantane/mines-blanches` }, ] }