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

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

This commit is contained in:
AFR
2018-02-24 05:44:26 +07:00
committed by Franz Liedke
parent 67f949a2cb
commit 14e0939947

View File

@@ -24,7 +24,7 @@
"flarum-extension": {
"title": "BBCode",
"icon": {
"name": "bold",
"name": "fa fa-bold",
"backgroundColor": "#238C59",
"color": "#fff"
}