Update clientConstants.js

TRY_SEND_URL: config.try_send_url,
This commit is contained in:
alexdx-ca 2023-05-30 17:35:06 -04:00 committed by GitHub
parent 032bfc99b4
commit 29d63ab0db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module.exports = {
FOOTER_SOURCE_URL: config.footer_source_url,
CUSTOM_FOOTER_TEXT: config.custom_footer_text,
CUSTOM_FOOTER_URL: config.custom_footer_url,
TRY_SEND_URL: config.try_send_url,
COLORS: {
PRIMARY: config.ui_color_primary,
ACCENT: config.ui_color_accent