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

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

This commit is contained in:
AFR
2018-02-24 05:44:03 +07:00
committed by Franz Liedke
parent 5087ba4148
commit 1e61e2e5a1
6 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
"flarum-extension": {
"title": "Flags",
"icon": {
"name": "flag",
"name": "fa fa-flag",
"backgroundColor": "#D659B5",
"color": "#fff"
}