Skip to content
Snippets Groups Projects
Commit 5d162127 authored by Julian's avatar Julian
Browse files

Display mascot on the no-timetable-card

parent ebd5e7f4
No related branches found
No related tags found
1 merge request!383Resolve "Add mascot"
Pipeline #193594 passed
<script>
import Mascot from "aleksis.core/components/generic/mascot/Mascot.vue";
export default {
name: "NoTimetableCard",
components: { Mascot },
props: {
titleKey: {
type: String,
......@@ -22,7 +25,7 @@ export default {
v-bind="$attrs"
>
<div class="text-center">
<v-icon color="secondary" size="60" class="mb-4"> mdi-grid-off </v-icon>
<mascot type="timetable" size="60" class="mb-4" />
<div class="text-h5 grey--text text--darken-2 mb-2">
{{ $t(titleKey) }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment