diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-30 17:11:15 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-30 17:11:15 +0100 |
| commit | 63381edfb0ecd030016ee1020d5e8aafc4d95dbb (patch) | |
| tree | eeaa1bcbeae322b97a7998adf3a7060a842d191d /animism-align/frontend/app/constants.js | |
| parent | 183211217d482c5554a4ace43c7698f605169413 (diff) | |
padding and stuff
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index c4523d5..db7034c 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -96,6 +96,7 @@ export const CURTAIN_COLOR_SELECT_OPTIONS = CURTAIN_COLORS.map(color => ({ export const CURTAIN_COLOR_LOOKUP = CURTAIN_COLORS.reduce((a,b) => { a[b.label] = b + a[b.label].name = b.label.replace(" ", "-") return a }, {}) |
