Skip to content

Commit

Permalink
updated with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaykumargujja committed Nov 14, 2023
1 parent 2a7cad7 commit 655534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/herobanner/herobanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function decorate(block) {
const p2 = document.createElement('p');
p2.classList.add('actions');
const anchorTag = block.querySelector('p.button-container a');
anchorTag.removeAttribute("title");
anchorTag.removeAttribute('title');
p2.append(anchorTag);
textDiv.append(p2);
moduleDiv.append(outDiv);
Expand Down

0 comments on commit 655534f

Please sign in to comment.