diff --git a/drb-frontend/components/MapView.tsx b/drb-frontend/components/MapView.tsx
index 744c678..18242df 100644
--- a/drb-frontend/components/MapView.tsx
+++ b/drb-frontend/components/MapView.tsx
@@ -523,31 +523,31 @@ export default function MapView({ nodes, activeCalls, incidents = [], lastUpdate
)}
- {/* ── Traffic toggle ───────────────────────────────────────────────────── */}
- {process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY && (
-
- )}
-
- {/* ── Auto-fit button ──────────────────────────────────────────────────── */}
- {mapInstance && allPositions.length > 0 && (
-
- )}
+ {/* ── Map action buttons — top-left, below zoom controls ──────────────── */}
+
+ {mapInstance && allPositions.length > 0 && (
+
+ )}
+ {process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY && (
+
+ )}
+
{/* ── Clock — bottom-left for TOC situational awareness ───────────────── */}