Skip to content

Commit

Permalink
Merge pull request #126 from hlxsites/bug/hero-banner-cta-tooltip
Browse files Browse the repository at this point in the history
Bug/hero banner cta tooltip
  • Loading branch information
pardeepgera23 authored Nov 16, 2023
2 parents 3bdcd91 + 655534f commit 95e444c
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 95e444c

Please sign in to comment.