Skip to content

Commit 432610f

Browse files
committed
feat: change display lgbt period
1 parent 02e2e31 commit 432610f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const shouldDisplayEasterEgg =
3333
const shouldDisplayLGBT =
3434
[4, 5].includes(new Date().getMonth() + 1) &&
3535
new Date().getDate() >= 19 &&
36-
new Date().getDate() <= 30;
36+
new Date().getDate() <= 31;
3737

3838
const initialX = 0;
3939
const initialY = 0;

0 commit comments

Comments
 (0)