[brand] remove dead LOGO_DARK mapping; resize logo_thumbnail to 512x512

Clean up the now-dead LOGO_DARK/logoDark mapping in globalConfig.js
(LOGO_DARK was removed from DashboardController::GLOBAL_CONFIG_KEYS in
rebase phase 1 f17ce89; logoDark was always undefined and no view consumed
it). Produce a proper favicon-sized 512x512 logo_thumbnail.png from the
1000x1000 logo.png instead of the byte-identical copy. No egress, no
functional change outside removing unused state.
This commit is contained in:
Kunthawat Greethong
2026-08-16 10:02:51 +07:00
parent f17ce89d01
commit d925ab11e5
2 changed files with 0 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ const {
INSTALLATION_NAME: installationName, INSTALLATION_NAME: installationName,
LOGO_THUMBNAIL: logoThumbnail, LOGO_THUMBNAIL: logoThumbnail,
LOGO: logo, LOGO: logo,
LOGO_DARK: logoDark,
PRIVACY_URL: privacyURL, PRIVACY_URL: privacyURL,
IS_ENTERPRISE: isEnterprise, IS_ENTERPRISE: isEnterprise,
TERMS_URL: termsURL, TERMS_URL: termsURL,
@@ -48,7 +47,6 @@ const state = {
hCaptchaSiteKey, hCaptchaSiteKey,
installationName, installationName,
logo, logo,
logoDark,
logoThumbnail, logoThumbnail,
privacyURL, privacyURL,
termsURL, termsURL,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 16 KiB