1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

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

This commit is contained in:
AFR
2018-02-24 05:47:15 +07:00
committed by Franz Liedke
parent 8cbceb8d96
commit f25cf83e9b
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
"flarum-extension": {
"title": "Likes",
"icon": {
"name": "thumbs-o-up",
"name": "far fa-thumbs-up",
"backgroundColor": "#3A649D",
"color": "#fff"
}