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

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

This commit is contained in:
AFR
2018-02-24 05:47:36 +07:00
committed by Franz Liedke
parent 4daec37f78
commit 3caa5e52e6
8 changed files with 17 additions and 17 deletions

View File

@@ -29,7 +29,7 @@
"flarum-extension": {
"title": "Subscriptions",
"icon": {
"name": "star",
"name": "fa fa-star",
"backgroundColor": "#ffea7b",
"color": "#de8e00"
}