change the info icon
This commit is contained in:
@@ -209,7 +209,7 @@
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
html ="";
|
html ="";
|
||||||
html += '<div class="tooltip"> 🛈<span class="tooltiptext">'
|
html += '<div class="tooltip"><span class="material-icons">info</span><span class="tooltiptext">'
|
||||||
html += '<img src="' + option.preview + '">';
|
html += '<img src="' + option.preview + '">';
|
||||||
html += '</span></div>'
|
html += '</span></div>'
|
||||||
return html;
|
return html;
|
||||||
|
|||||||
Reference in New Issue
Block a user