diff --git a/resources/components/departures.html b/resources/components/departures.html index e252b18..8a261b8 100644 --- a/resources/components/departures.html +++ b/resources/components/departures.html @@ -7,15 +7,15 @@
- - - {{ departure.scheduled.format('HH:mm') }} - + + {{ departure.estimated.format('HH:mm') }} {{ departure.delay|signed }}s - {{ departure.estimated.format('HH:mm') }} + + {{ departure.scheduled.format('HH:mm') }} +