From 82a029ea9df56f0db762a1a8144cf45383d981b3 Mon Sep 17 00:00:00 2001 From: UltraLionFr Date: Tue, 29 Jul 2025 06:14:31 +0200 Subject: [PATCH] Update url maps --- components/OutilsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/OutilsPage.tsx b/components/OutilsPage.tsx index f3e0123..e79d7cc 100644 --- a/components/OutilsPage.tsx +++ b/components/OutilsPage.tsx @@ -12,7 +12,7 @@ const outils = [ }, { label: "DynMap", - href: "/cobble", + href: "/maps", icon: Map, description: "Carte dynamique de l'instance Cobble.", },