From e74b80c20e0c24b421a08cefe6cb76678412949c Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sat, 18 Sep 2021 17:12:34 +0200 Subject: [PATCH] [calendar] fix banner --- routes/calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/calendar.vue b/routes/calendar.vue index 3430c0732..93dac489c 100644 --- a/routes/calendar.vue +++ b/routes/calendar.vue @@ -67,7 +67,7 @@ head() { return head({ title: this.$t('calendar.headerLong'), - banner: this.imageOverview, + banner: `calendar/overview.png`, }); }, };