Skip to content

Commit

Permalink
removed title from anchor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaykumargujja committed Nov 14, 2023
1 parent 779a4fb commit 2a7cad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/herobanner/herobanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +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");
p2.append(anchorTag);
textDiv.append(p2);
moduleDiv.append(outDiv);
Expand Down

0 comments on commit 2a7cad7

Please sign in to comment.