diff --git a/web/src/lib/util/greetMessage.ts b/web/src/lib/util/greetMessage.ts index 769aaeb..19e296c 100644 --- a/web/src/lib/util/greetMessage.ts +++ b/web/src/lib/util/greetMessage.ts @@ -42,6 +42,17 @@ const getHolidayGreeting = (username: string, date: Date): [string, string] | nu ] } }, + 5: { + 1: { + name: "May Day", + greetings: [ + `Happy May Day, ${username}!`, + `Spring celebrations await, ${username}!`, + `Enjoy the festivities, ${username}!`, + `Hyvää Vappua, ${username}!` + ] + } + }, 10: { 31: { name: "Halloween",