Hi, thank you for your useful extension. But I found out that if we active this extension, it will cause an issue when we use the fas fa-graduation-cap
icon anywhere else, as below image:
I fixed this by adding the ba-badge
class in the .less file, but I think you could modify this in future update.
.ba-badge i.fas.fa-graduation-cap {
text-align: center;
line-height: 10px;
display: flex;
justify-content: center;
align-items: center;
}
Once again, thank you for your hardword.