New default background (#8597)

* feat(bgs): new default background

* feat(bgs): backfill migration

* fix(migration): extraneous imports, bad paths

* fix(bgs): address comments

* fix(test): assert equality

(cherry picked from commit 03088f1d9f)
This commit is contained in:
Sabe Jones
2017-03-28 16:49:24 -05:00
parent f0bbe84bd1
commit 58f72b7eaa
8 changed files with 47 additions and 15 deletions

View File

@@ -480,6 +480,11 @@ let backgrounds = {
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),
notes: t('backgroundVioletNotes'),
currency: 'loginIncentive',
},
blue: {
text: t('backgroundBlueText'),
notes: t('backgroundBlueNotes'),