Skip to content

Commit

Permalink
Extend date.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant committed Jan 15, 2025
1 parent 00b46c2 commit 9322e5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class YIROnboardingCard(announcement: Announcement) : OnboardingCard(announcemen

override fun shouldShow(): Boolean {
return super.shouldShow() &&
LocalDate.now() <= LocalDate.of(2025, 1, 31) &&
LocalDate.now() <= LocalDate.of(2025, 2, 31) &&
!excludedCountries.contains(GeoUtil.geoIPCountry)
}

Expand Down

0 comments on commit 9322e5b

Please sign in to comment.