change the info icon

This commit is contained in:
Prayag
2020-12-25 14:58:09 +05:30
committed by GitHub
parent 5b2fc436b3
commit 000e629378

View File

@@ -209,7 +209,7 @@
return "";
}
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 += '</span></div>'
return html;