Skip to content

Commit

Permalink
Merge pull request #497 from bitdefender/DEX-21722
Browse files Browse the repository at this point in the history
DEX-21722 add franklin class to body
  • Loading branch information
abutuza authored Feb 4, 2025
2 parents 34ab68c + e95d815 commit c488c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ async function loadEager(doc) {
buildCtaSections(main);
buildTwoColumnsSection(main);
detectModalButtons(main);
document.body.classList.add('appear');
document.body.classList.add('appear', 'franklin');
if (window.location.href.indexOf('scuderiaferrari') !== -1) {
document.body.classList.add('sferrari');
}
Expand Down

0 comments on commit c488c30

Please sign in to comment.