Skip to content

Commit

Permalink
code update
Browse files Browse the repository at this point in the history
  • Loading branch information
Raja-danaher committed Dec 12, 2024
1 parent f408755 commit 058d80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/product-hero/product-hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ async function addToQuote(product) {

export default async function decorate(block) {
const titleEl = block.querySelector('h1');

const h1Value = getMetadata('h1');
titleEl?.classList.add('title');
titleEl?.parentElement.parentElement.remove();
Expand Down

0 comments on commit 058d80a

Please sign in to comment.