Skip to content

Commit

Permalink
chore(formatting): Fixed formatting mistakes (#1321)
Browse files Browse the repository at this point in the history
fixed formatting mistakes have sneaked into prod

Co-authored-by: CommanderStorm <[email protected]>
  • Loading branch information
github-actions[bot] and CommanderStorm authored Jul 19, 2024
1 parent 32f610a commit f0a9032
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 @@ -94,7 +94,7 @@ const calendarOptions: CalendarOptions = {
<NuxtLink
:to="`https://campus.tum.de/tumonline/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/!wbTermin.wbEdit?pTerminNr=${arg.event.id}`"
external
class="flex overflow-x-auto gap-1 overflow-y-auto"
class="flex gap-1 overflow-x-auto overflow-y-auto"
>
<span class="font-normal not-italic">{{ arg.timeText }}</span>
<span class="font-medium not-italic">{{ arg.event.title }}</span>
Expand Down

0 comments on commit f0a9032

Please sign in to comment.