Skip to content

Commit

Permalink
cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taimurCognizant committed Nov 22, 2023
1 parent fb23baa commit 97114ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blocks/v2-hero/v2-hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ export default async function decorate(block) {
// render all paragraph as H6 with the class
const paragraphs = [...content.querySelectorAll('p')];
paragraphs.forEach((paragraph) => paragraph.classList.add(`h6`));

//TODO: fix layout shift when second vs seconds and the rest



const buttonsWrapper = createElement('div', {classes: `${blockName}__buttons-wrapper`});
const ctaButtons = content.querySelectorAll('.button-container > a');
Expand Down

0 comments on commit 97114ed

Please sign in to comment.