Commit eafa1573 authored by JC Brand's avatar JC Brand

Prefix the icon anchors to make them more unique

parent f4f183bc
This diff is collapsed.
......@@ -41,7 +41,7 @@ class ConverseIcon extends CustomElement {
}
getSource () {
return `#${this.class_name.split(" ")[1].replace("fa-", "")}`;
return `#icon-${this.class_name.split(" ")[1].replace("fa-", "")}`;
}
getStyles () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment