mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix(event): feature NYE card
This commit is contained in:
parent
f501e23835
commit
25015ae8e0
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ const featuredItems = {
|
|||
if (moment().isBetween('2019-12-19', '2020-02-02')) {
|
||||
return [
|
||||
{
|
||||
type: 'armoire',
|
||||
path: 'armoire',
|
||||
type: 'card',
|
||||
path: 'cardTypes.nye',
|
||||
},
|
||||
{
|
||||
type: 'premiumHatchingPotion',
|
||||
|
|
|
|||
Loading…
Reference in a new issue