[de][calendar] fix banner

This commit is contained in:
Avris 2021-09-18 22:49:17 +02:00
parent df15f248e5
commit be11b799cb
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
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),
// months
new Event('{https://queerhistory.de=Queer History Month}', 'Progress Pride', 5, month, EventLevel.Month),
];