Skip to content

Commit

Permalink
#529 icon fix for features page in mobile view (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-lledo-netcentric authored Jan 29, 2024
1 parent 1a523da commit 1eceb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/hotspots/hotspots.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function addMobileTabNavigation(block, title, hotspotAreaId) {
}

const link = createElement('a', { props: { href: `#${title.textContent}` } });
link.textContent = title.innerHTML;
link.innerHTML = title.innerHTML;
li.append(link);
mobileNav.firstElementChild.append(li);

Expand Down

0 comments on commit 1eceb76

Please sign in to comment.