diff --git a/src/app/[locale]/map/layout.tsx b/src/app/[locale]/map/layout.tsx
index 99de9f0..a379850 100644
--- a/src/app/[locale]/map/layout.tsx
+++ b/src/app/[locale]/map/layout.tsx
@@ -32,22 +32,16 @@ export default async function MapLayout({ children }: Props) {
-
+
-
+
diff --git a/src/components/details.page.tsx b/src/components/details.page.tsx
index 64c0b42..a30d20b 100644
--- a/src/components/details.page.tsx
+++ b/src/components/details.page.tsx
@@ -52,7 +52,7 @@ export default function DetailsPageUI({ content }: Props) {
{content.name}
-
+
{content.geometryCenter && (
+
);
diff --git a/src/components/map-menu.tsx b/src/components/map-menu.tsx
index 04e121c..ccca02f 100644
--- a/src/components/map-menu.tsx
+++ b/src/components/map-menu.tsx
@@ -18,11 +18,10 @@ export default function MapMenu() {