Update clientConstants.js
TRY_SEND_URL: config.try_send_url,
This commit is contained in:
parent
032bfc99b4
commit
29d63ab0db
|
@ -15,6 +15,7 @@ module.exports = {
|
||||||
FOOTER_SOURCE_URL: config.footer_source_url,
|
FOOTER_SOURCE_URL: config.footer_source_url,
|
||||||
CUSTOM_FOOTER_TEXT: config.custom_footer_text,
|
CUSTOM_FOOTER_TEXT: config.custom_footer_text,
|
||||||
CUSTOM_FOOTER_URL: config.custom_footer_url,
|
CUSTOM_FOOTER_URL: config.custom_footer_url,
|
||||||
|
TRY_SEND_URL: config.try_send_url,
|
||||||
COLORS: {
|
COLORS: {
|
||||||
PRIMARY: config.ui_color_primary,
|
PRIMARY: config.ui_color_primary,
|
||||||
ACCENT: config.ui_color_accent
|
ACCENT: config.ui_color_accent
|
||||||
|
|
Loading…
Reference in New Issue