1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 04:33:04 +02:00

Change fa icon prefix to fas

This commit is contained in:
Ammar Fadhlur Rahman
2018-05-10 15:01:02 +07:00
parent 02959c52d0
commit ca805afdfe
6 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
"flarum-extension": {
"title": "Mentions",
"icon": {
"name": "fa fa-at",
"name": "fas fa-at",
"backgroundColor": "#539EC1",
"color": "#fff"
}