refactor(config): rename and re-type footer columns

This commit is contained in:
Ali BARIN
2025-03-10 12:06:13 +00:00
parent 65f5cbc330
commit be8a967ab1
12 changed files with 87 additions and 87 deletions

View File

@@ -14,12 +14,12 @@ const configParams = (request) => {
enableFooter,
footerBackgroundColor,
footerCopyrightText,
footerDocsLink,
footerImprintLink,
footerDocsUrl,
footerImprintUrl,
footerLogoSvgData,
footerPrivacyPolicyLink,
footerPrivacyPolicyUrl,
footerTextColor,
footerTosLink,
footerTosUrl,
logoSvgData,
palettePrimaryDark,
palettePrimaryLight,
@@ -31,12 +31,12 @@ const configParams = (request) => {
enableFooter,
footerBackgroundColor,
footerCopyrightText,
footerDocsLink,
footerImprintLink,
footerDocsUrl,
footerImprintUrl,
footerLogoSvgData,
footerPrivacyPolicyLink,
footerPrivacyPolicyUrl,
footerTextColor,
footerTosLink,
footerTosUrl,
logoSvgData,
palettePrimaryDark,
palettePrimaryLight,