mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
feat(content): add June pet quest bundle (#14694)
* feat(content): add June subscriber items * feat(content): add June pet quest bundle * fix(bundle): correct timing and visual issues --------- Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -44,12 +44,12 @@ const featuredItems = {
|
||||
},
|
||||
];
|
||||
},
|
||||
quests () { // start date is 3/28
|
||||
if (moment().isBetween(EVENTS.bundle202305.start, EVENTS.bundle202305.end)) {
|
||||
quests () {
|
||||
if (moment().isBetween(EVENTS.bundle202306.start, EVENTS.bundle202306.end)) {
|
||||
return [
|
||||
{
|
||||
type: 'bundles',
|
||||
path: 'bundles.birdBuddies',
|
||||
path: 'bundles.splashyPals',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
|
||||
Reference in New Issue
Block a user