diff --git a/apps/planner/app/components/PlannerMap.tsx b/apps/planner/app/components/PlannerMap.tsx index ee5368b..73a5c27 100644 --- a/apps/planner/app/components/PlannerMap.tsx +++ b/apps/planner/app/components/PlannerMap.tsx @@ -33,14 +33,15 @@ function waypointIcon(index: number, overnight?: boolean): L.DivIcon { function dayLabelIcon(dayNumber: number, distanceKm: string): L.DivIcon { return L.divIcon({ className: "", - html: `
Day ${dayNumber} · ${distanceKm} km
`, - iconSize: [120, 20], - iconAnchor: [60, 44], + html: `
+
Day ${dayNumber} · ${distanceKm} km
+
`, + iconSize: [0, 0], }); }