[de][calendar] fix banner

This commit is contained in:
Andrea Vos 2021-09-18 22:49:17 +02:00
parent e74b80c20e
commit b5664f6d4c

View File

@ -1,6 +1,6 @@
module.exports = [
const {Event, day, week, month, dayYear, EventLevel} = require("../../src/calendar/helpers");
module.exports = [
// months
new Event('{https://queerhistory.de=Queer History Month}', 'Progress Pride', 5, month, EventLevel.Month),
];