[calendar] fix banner

This commit is contained in:
Andrea Vos 2021-09-18 17:12:34 +02:00
parent 75304adb69
commit e74b80c20e

View File

@ -67,7 +67,7 @@
head() { head() {
return head({ return head({
title: this.$t('calendar.headerLong'), title: this.$t('calendar.headerLong'),
banner: this.imageOverview, banner: `calendar/overview.png`,
}); });
}, },
}; };