1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 11:52:16 +02:00

Change fa icon prefix to fas

This commit is contained in:
Ammar Fadhlur Rahman
2018-05-10 15:03:19 +07:00
parent a3755e06f0
commit 28e4bfa409
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
"flarum-extension": {
"title": "Sticky",
"icon": {
"name": "fa fa-thumbtack",
"name": "fas fa-thumbtack",
"backgroundColor": "#D13E32",
"color": "#fff"
}