fix(timetrav): pinning, mobile order

This commit is contained in:
Sabe Jones
2020-01-16 10:06:36 -06:00
parent 59fb9f1c7a
commit 0fd3e42fb2
4 changed files with 31 additions and 26 deletions

View File

@@ -955,6 +955,26 @@ const backgrounds = {
notes: t('backgroundSnowglobeNotes'),
},
},
timeTravelBackgrounds: {
airship: {
text: t('backgroundAirshipText'),
notes: t('backgroundAirshipNotes'),
price: 1,
currency: 'hourglasses',
},
clocktower: {
text: t('backgroundClocktowerText'),
notes: t('backgroundClocktowerNotes'),
price: 1,
currency: 'hourglasses',
},
steamworks: {
text: t('backgroundSteamworksText'),
notes: t('backgroundSteamworksNotes'),
price: 1,
currency: 'hourglasses',
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),
@@ -987,26 +1007,6 @@ const backgrounds = {
currency: 'loginIncentive',
},
},
timeTravelBackgrounds: {
airship: {
text: t('backgroundAirshipText'),
notes: t('backgroundAirshipNotes'),
price: 1,
currency: 'hourglasses',
},
clocktower: {
text: t('backgroundClocktowerText'),
notes: t('backgroundClocktowerNotes'),
price: 1,
currency: 'hourglasses',
},
steamworks: {
text: t('backgroundSteamworksText'),
notes: t('backgroundSteamworksNotes'),
price: 1,
currency: 'hourglasses',
},
},
};
/* eslint-enable quote-props */