diff --git a/src/components/Map/RadialMenu.jsx b/src/components/Map/RadialMenu.jsx index 3cb9eae..5e00d48 100644 --- a/src/components/Map/RadialMenu.jsx +++ b/src/components/Map/RadialMenu.jsx @@ -34,7 +34,7 @@ const SUBCATEGORIES = { }; const TIME_OPTIONS = [ - { label: "1h", hours: 1 }, + { label: "now", hours: 3 }, { label: "6h", hours: 6 }, { label: "24h", hours: 24 }, { label: "7d", hours: 168 },