Skip to content

Commit

Permalink
Use "questions" variant for take me here block
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarol committed Dec 17, 2024
1 parent 9f298f9 commit 6a9baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/importer/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ function callToAction(main, document, html, pathname) {
const cells = [...tmhBlockGroup.children]
.map((child) => [processBlockGroupElement(child.querySelector('a'))]);

createBlock(tmhBlockGroup, document, 'Cards', cells);
createBlock(tmhBlockGroup, document, 'Cards', cells, ['Questions']);
});

ctaQuestions.querySelectorAll('.questions-contact').forEach((questionsContact) => {
Expand Down

0 comments on commit 6a9baae

Please sign in to comment.