Skip to content

Commit

Permalink
correction link for live
Browse files Browse the repository at this point in the history
  • Loading branch information
ltiseanu committed Nov 20, 2024
1 parent 84390f1 commit 5137ed9
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
Expand Up @@ -45,8 +45,8 @@ export default async function decorate(block) {
// DEX-20933 - if section is business should redirect to the bd business
let homeUrl = getDefaultBaseUrl();
if (getDefaultSection() === 'business') {
const locale = getLocale(getDefaultLanguage());
homeUrl += `${locale}/business`;
// const locale = getLocale(getDefaultLanguage());
homeUrl += `business`;
}

const headerWrapper = block.closest('header');
Expand Down

0 comments on commit 5137ed9

Please sign in to comment.