Skip to content

Commit

Permalink
Update ScheduleEntry.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin authored Aug 16, 2023
1 parent 7c405d3 commit 05583b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defineProps(['entry'])
<div class="flex gap-3">
<div class="text-3xl 2xl:text-5xl themeFont rounded-r p-6" :class="timeBackgroundFont(entry)">
<div class="mb-2 whitespace-nowrap">
<div v-if="entry.delay > 0 && !entryInPast(entry)" :class="{'line-through text-3xl text-red-100 text-center': entry.delay > 0}">
<div v-if="entry.delay > 0 && !entryInPast(entry)" :class="{'line-through text-red-100 text-center': entry.delay > 0}">
<HourTime :time="new Date(entry.starts_at).getTime()"/>
-
<HourTime :time="new Date(entry.ends_at).getTime()"/>
Expand Down

0 comments on commit 05583b9

Please sign in to comment.