feat(event): Valentine's 2021

This commit is contained in:
Sabe Jones
2021-02-08 16:12:10 -06:00
parent aa227f9861
commit 8c59014b05
3 changed files with 10 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ const premium = {
text: t('hatchingPotionCupid'),
limited: true,
canBuy () {
return moment().isBefore('2020-03-02');
return moment().isBefore('2021-02-28T20:00-05:00');
},
},
Shimmer: {
@@ -240,7 +240,7 @@ const premium = {
text: t('hatchingPotionRoseQuartz'),
limited: true,
canBuy () {
return moment().isBefore('2020-03-02');
return moment().isBefore('2021-02-28T20:00-05:00');
},
},
Celestial: {