1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 11:30:21 +02:00

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

This commit is contained in:
AFR
2018-02-24 05:43:57 +07:00
committed by Franz Liedke
parent 85fa190f59
commit e868685609
7 changed files with 8 additions and 8 deletions

View File

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