chore: Add support for dark mode logo (#7378)

This commit is contained in:
Pranav Raj S
2023-06-23 12:06:01 -07:00
committed by GitHub
parent f8e631a00c
commit 4f8ce7b597
4 changed files with 18 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ const {
INSTALLATION_NAME: installationName,
LOGO_THUMBNAIL: logoThumbnail,
LOGO: logo,
LOGO_DARK: logoDark,
PRIVACY_URL: privacyURL,
TERMS_URL: termsURL,
WIDGET_BRAND_URL: widgetBrandURL,
@@ -38,6 +39,7 @@ const state = {
hCaptchaSiteKey,
installationName,
logo,
logoDark,
logoThumbnail,
privacyURL,
termsURL,