fix(content): feature shinies

This commit is contained in:
Sabe Jones
2020-03-18 11:15:10 -05:00
parent 55feebdf9e
commit e4b74bc347

View File

@@ -5,6 +5,26 @@ import moment from 'moment';
// path: 'premiumHatchingPotions.Rainbow', // path: 'premiumHatchingPotions.Rainbow',
const featuredItems = { const featuredItems = {
market () { market () {
if (moment().isBefore('2020-05-02')) {
return [
{
type: 'armoire',
path: 'armoire',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.BirchBark',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Shimmer',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Celestial',
},
];
}
return [ return [
{ {
type: 'armoire', type: 'armoire',