Merge pull request #3422 from weaveworks/upgrade-font-awesome-5

Upgrade to Font Awesome 5
This commit is contained in:
Bryan Boreham
2018-11-12 10:02:47 +00:00
committed by GitHub
28 changed files with 63 additions and 59 deletions

View File

@@ -156,13 +156,13 @@ two controls (`ctrl-one` and `ctrl-two`) and two nodes, each with a different co
"ctrl-one": {
"id": "ctrl-one",
"human": "Ctrl One",
"icon": "fa-futbol-o",
"icon": "far fa-futbol",
"rank": 1
},
"ctrl-two": {
"id": "ctrl-two",
"human": "Ctrl Two",
"icon": "fa-beer",
"icon": "fa fa-beer",
"rank": 2
}
},