Skip to content
Snippets Groups Projects

Correct Font Awesome tel: link icon

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -503,7 +503,7 @@
* HTML string of the Font AweSome telephone icon.
*/
Drupal.theme.extlink_fa_tel = function (drupalSettings, iconPlacement) {
return `<span class="${drupalSettings.data.extlink.extFaLinkClasses}" data-extlink-placement="${iconPlacement}"></span>`;
return `<span class="${drupalSettings.data.extlink.extFaTelClasses}" data-extlink-placement="${iconPlacement}"></span>`;
};
/**
Loading