Skip to content

Commit

Permalink
changed dates for VSR theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar committed Feb 4, 2024
1 parent ab82f96 commit cfbdbb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blippen/themes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const themes: Theme[] = [
shouldApplyToday: () => {
const date = new Date();
return date.getFullYear() == 2024 &&
date.getMonth() < 2 &&
date.getDate() <= 31;
date.getMonth() == 2 &&
date.getDate() == 2;
},
mainScreen: makeMainScreen({
title: "",
Expand Down Expand Up @@ -186,7 +186,6 @@ const themes: Theme[] = [
image: new BlippImage("/images/bakelser/kanelbulle.png"),
sound: [new BlippAudio("/sounds/Kanelbulle/swedishfika.mp3")],
}),

mainScreen: makeMainScreen({
title: "Baljans balla bullar",
}),
Expand Down

0 comments on commit cfbdbb6

Please sign in to comment.