diff --git a/src/components/map/RouteMap.svelte b/src/components/map/RouteMap.svelte index e3997ac..ecd10f2 100644 --- a/src/components/map/RouteMap.svelte +++ b/src/components/map/RouteMap.svelte @@ -73,9 +73,9 @@ infoWindow?.close(); infoWindow = new google.maps.InfoWindow({ - content: `
-

${stop.name}

-

Arrival time: ${new Date(stopTime.arrivalTime * 1000).toLocaleTimeString()}

+ content: `
+

${stop.name}

+

Arrival time: ${new Date(stopTime.arrivalTime * 1000).toLocaleTimeString()}

` }); infoWindow.open(map, marker);