Skip to content

Commit

Permalink
Update Timetable.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin authored Aug 17, 2023
1 parent 56770ec commit 5315e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Timetable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function entryInPast(entry) {
</div>
</div>
</div>
<div v-if="panel.description" class="text-xs mt-1">{{ panel.description }}</div>
<div v-if="panel.message" class="text-xs mt-2 p-1 rounded bg-white font-semibold">{{ panel.message }}</div>
</div>
</div>
Expand Down

0 comments on commit 5315e72

Please sign in to comment.