Skip to content

Commit

Permalink
Update Search.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon authored Dec 11, 2024
1 parent 86f3681 commit 44f6aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Planner/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="text-xl font-black">
{{ this.pretty.time(journeyPlan.StartTime) }}
</div>
<div class="text-xs font-light">Scheduled</div>
<div class="text-xs font-light">{{ journeyPlan.RouteItems[0].JourneyType }}</div>
</div>

<div class="inline-block text-center w-[9rem]">
Expand All @@ -41,7 +41,7 @@
<div class="text-xl font-black">
{{ this.pretty.time(journeyPlan.ArrivalTime) }}
</div>
<div class="text-xs font-ligh">Scheduled</div>
<div class="text-xs font-ligh">{{ journeyPlan.RouteItems[0].JourneyType }}</div>
</div>

<div class="inline-block">
Expand Down Expand Up @@ -138,4 +138,4 @@ export default {
this.getJourneyPlan()
}
}
</script>
</script>

0 comments on commit 44f6aaf

Please sign in to comment.