Skip to content

Commit

Permalink
changed date for activation of VSR2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar committed Jan 28, 2024
1 parent fa6cb41 commit 4197c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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() == 1 &&
date.getDate() <= 1;
date.getMonth() < 2 &&
date.getDate() <= 31;
},
mainScreen: makeMainScreen({
title: "",
Expand Down

0 comments on commit 4197c51

Please sign in to comment.