Skip to content

Commit

Permalink
fix css bug in audience card
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed May 29, 2024
1 parent 2530350 commit 05f9ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function createAudience(audience) {
const audienceDiv = document.createElement('div');
audienceDiv.classList.add('audience', 'card-content');
audienceDiv.innerHTML = `
<img class="icon-gear" src="/icons/gear.svg"></img>
<img class="icon icon-gear" src="/icons/gear.svg"></img>
${text}
`;
return audienceDiv;
Expand Down

0 comments on commit 05f9ec2

Please sign in to comment.