Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexerate committed Nov 17, 2024
1 parent 5e0bcb0 commit 59f487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class HomePage extends ScrollablePage {
padding: EdgeInsets.only(top: padding.top + 64, bottom: 64),
child: Column(
children: [
// Show christmas countdown as long as it is 24 and not after 24th
// Show christmas countdown as long as it is 2024 and not after December 24th
if (year == 2024 && !(month == 12 && day > 24)) ChristmasCountdown(),
Padding(
padding: EdgeInsets.only(left: padding.left, right: padding.right),
Expand Down

0 comments on commit 59f487d

Please sign in to comment.