mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Armoire and BGs 201608 (#7868)
Plus: beta shops API fixes and front page user count update
This commit is contained in:
@@ -111,8 +111,8 @@ api.getSeasonalShopItems = {
|
||||
let resObject = {
|
||||
identifier: 'seasonalShop',
|
||||
text: res.t('seasonalShop'),
|
||||
notes: res.t('seasonalShopSummerText'),
|
||||
imageName: 'seasonalshop_open',
|
||||
notes: res.t('seasonalShopClosedText'),
|
||||
imageName: 'seasonalshop_closed',
|
||||
categories: shops.getSeasonalShopCategories(user, req.language),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user