Fix info icon

This commit is contained in:
Prayag
2021-04-06 22:32:00 +05:30
parent f3bf9ff780
commit e9b9d4de44

View File

@@ -26,3 +26,7 @@
.material-icons.favorite:before {
content: "\e87e";
}
.material-icons.info_outline:before {
content: "\e88e";
}