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

Change the Font Awesome icon

The "language" icon is better and more specific by default than the
"globe" icon, which can be used on many non-language extensions.
This commit is contained in:
Maël Soucaze
2015-09-25 17:28:14 +02:00
parent 38919ac72f
commit 3b86c486b5

View File

@@ -19,7 +19,7 @@
"issues": "https://github.com/flarum/core/issues"
},
"icon": {
"name": "globe",
"name": "language",
"backgroundColor": "#eee",
"color": "#000"
}