Skip to content

Commit

Permalink
fixed formatting mistakes have sneaked into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored and github-actions[bot] committed Jul 19, 2024
1 parent c30a02b commit 5f7d236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/components/CalendarFull.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const calendarOptions: CalendarOptions = {
>
<template v-if="arg.view.type == 'timeGridWeek'">
<span class="font-medium">{{ arg.event.title }}</span>
<span class="opacity-70 font-normal"
<span class="font-normal opacity-70"
>{{ arg.timeText }} - {{ arg.event.end.toLocaleTimeString(locale, { timeStyle: "short" }) }}</span
>
</template>
Expand Down

0 comments on commit 5f7d236

Please sign in to comment.