chore(news): Bailey

This commit is contained in:
Sabe Jones
2020-01-01 14:45:18 -06:00
parent 492ec66f49
commit 904dfd3d72
10 changed files with 73 additions and 38 deletions

View File

@@ -5,7 +5,7 @@ import moment from 'moment';
// path: 'premiumHatchingPotions.Rainbow',
const featuredItems = {
market () {
if (moment().isBetween('2019-12-19', '2020-02-02')) {
if (moment().isBetween('2019-12-19', '2020-01-02')) {
return [
{
type: 'card',
@@ -25,6 +25,26 @@ const featuredItems = {
},
];
}
if (moment().isBetween('2019-12-19', '2020-02-02')) {
return [
{
type: 'armoire',
path: 'armoire',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Aurora',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Holly',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.StarryNight',
},
];
}
return [
{
type: 'armoire',