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

Adapt to FontAwesome v5.0.6 icon name changes (#12)

This commit is contained in:
AFR
2018-02-24 05:44:19 +07:00
committed by Franz Liedke
parent eb36d98b82
commit a7a497855b
3 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
"flarum-extension": {
"title": "Approval",
"icon": {
"name": "check",
"name": "fa fa-check",
"backgroundColor": "#ABDC88",
"color": "#3F8A32"
}