Skip to content

Commit

Permalink
fix js
Browse files Browse the repository at this point in the history
  • Loading branch information
ltiseanu committed Nov 20, 2024
1 parent 2e8d5d8 commit f6bd84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _src-lp/blocks/header/header.js
Original file line number Diff line number Diff line change
@@ -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';

/**
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit f6bd84c

Please sign in to comment.