From 4197c5127b8056f431457080d2a5f9a7d13ed6e1 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 28 Jan 2024 21:58:09 +0100 Subject: [PATCH] changed date for activation of VSR2024 --- blippen/themes.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blippen/themes.tsx b/blippen/themes.tsx index c02c65e..2774773 100644 --- a/blippen/themes.tsx +++ b/blippen/themes.tsx @@ -24,8 +24,8 @@ const themes: Theme[] = [ shouldApplyToday: () => { const date = new Date(); return date.getFullYear() == 2024 && - date.getMonth() == 1 && - date.getDate() <= 1; + date.getMonth() < 2 && + date.getDate() <= 31; }, mainScreen: makeMainScreen({ title: "",