1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Merge pull request #8 from afrastgeek/master

Change fa icon prefix to fas
This commit is contained in:
Franz Liedke
2018-05-10 21:22:07 +02:00
committed by GitHub

View File

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