diff --git a/includes/system_branding.inc b/includes/system_branding.inc index f96f087..1f2d08e 100644 --- a/includes/system_branding.inc +++ b/includes/system_branding.inc @@ -35,7 +35,7 @@ function civictheme_preprocess_block__system_branding_block(&$variables) { $variables['title'] = Xss::filterAdmin($variables['elements']['content']['site_slogan']['#markup'] ?? ''); $logo_type = $is_footer_region ? civictheme_get_theme_config_manager()->load('components.footer.logo_type') : civictheme_get_theme_config_manager()->load('components.header.logo_type'); - $variables['type'] = str_replace('_', '-', $logo_type) ?? CivicthemeConstants::LOGO_TYPE_DEFAULT; + $variables['type'] = str_replace('_', '-', $logo_type ?? CivicthemeConstants::LOGO_TYPE_DEFAULT); $variables['modifier_class'] = $is_footer_region ? 'ct-footer__logo' : 'ct-header__logo'; $logo_alt = civictheme_get_theme_config_manager()->load('components.logo.image_alt') ?? ''; diff --git a/storybook-static/project.json b/storybook-static/project.json index d4ee780..992224b 100644 --- a/storybook-static/project.json +++ b/storybook-static/project.json @@ -1 +1 @@ -{"generatedAt":1698632568989,"builder":{"name":"webpack4"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"8.19.4"},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/addons":{"version":"6.5.16"},"@storybook/html":{"version":"6.5.16"},"@storybook/preset-scss":{"version":"1.0.3"}},"framework":{"name":"html"},"addons":{"@storybook/addon-knobs":{"version":"6.4.0"},"@storybook/addon-essentials":{"options":{"controls":false,"docs":false,"actions":false},"version":"6.5.16"},"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-a11y":{"version":"6.5.16"}}} +{"generatedAt":1698635798040,"builder":{"name":"webpack4"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"8.19.4"},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/addons":{"version":"6.5.16"},"@storybook/html":{"version":"6.5.16"},"@storybook/preset-scss":{"version":"1.0.3"}},"framework":{"name":"html"},"addons":{"@storybook/addon-knobs":{"version":"6.4.0"},"@storybook/addon-essentials":{"options":{"controls":false,"docs":false,"actions":false},"version":"6.5.16"},"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-a11y":{"version":"6.5.16"}}}