Having made a little progress, I'm trying to set the icon in my extension. Originally it was blank:
"extra": {
"flarum-extension": {
"title": "RocTalk Circles",
"icon": {
"name": "",
"backgroundColor": "",
"color": ""
}
},
... and now I've changed it to:
"extra": {
"flarum-extension": {
"title": "RocTalk Circles",
"icon": {
"name": "fas fa-users",
"backgroundColor": "#85144b",
"color": "#39cccc"
}
},
... but it's still a light grey blank on the admin page. I've tried composer remove and require in the flarum directory, same thing in the extension directory, php flarum cache:clear, clearing the browser cache. What have I missed?
Thanks,
Bob