diff --git a/_src-lp/blocks/header/header.js b/_src-lp/blocks/header/header.js index ec102781..c8cef62e 100644 --- a/_src-lp/blocks/header/header.js +++ b/_src-lp/blocks/header/header.js @@ -1,6 +1,6 @@ import { getMetadata, decorateIcons2 } from '../../scripts/lib-franklin.js'; import { - adobeMcAppendVisitorId, getLocalizedResourceUrl, getDefaultBaseUrl, getDefaultSection, getDefaultLanguage, getLocale, + adobeMcAppendVisitorId, getLocalizedResourceUrl, getDefaultBaseUrl, getDefaultSection, } from '../../scripts/utils.js'; /** @@ -46,7 +46,7 @@ export default async function decorate(block) { let homeUrl = getDefaultBaseUrl(); if (getDefaultSection() === 'business') { // const locale = getLocale(getDefaultLanguage()); - homeUrl += `business`; + homeUrl += 'business'; } const headerWrapper = block.closest('header');