1
0
mirror of https://github.com/flarum/core.git synced 2025-08-28 18:40:46 +02:00

Change fa icon prefix to fas

This commit is contained in:
Ammar Fadhlur Rahman
2018-05-10 14:59:28 +07:00
parent e868685609
commit 0d18e0e140
7 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
"flarum-extension": {
"title": "Lock",
"icon": {
"name": "fa fa-lock",
"name": "fas fa-lock",
"backgroundColor": "#ddd",
"color": "#666"
}