Skip to content

Commit

Permalink
removed the relative time length of an event from the month display t…
Browse files Browse the repository at this point in the history
…o save horizontal real estate
  • Loading branch information
CommanderStorm committed Nov 9, 2024
1 parent f41fa36 commit 298c464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/app/components/CalendarFull.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function refetchEvents() {
>
</template>
<template v-else>
<span class="font-normal">{{ arg.timeText }} ({{ arg.event.start - arg.event.end }})</span>
<span class="font-normal">{{ arg.timeText }}</span>
<span class="font-medium">{{ arg.event.title }}</span>
</template>
</NuxtLink>
Expand Down

0 comments on commit 298c464

Please sign in to comment.