mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Icon: Replace font awesome icons where possible (#28757)
* Replace font awesome icons where possible * Implement small updates
This commit is contained in:
@@ -24,7 +24,6 @@ class PermissionList extends PureComponent<Props> {
|
||||
item={{
|
||||
name: 'Admin',
|
||||
permission: 4,
|
||||
icon: 'fa fa-fw fa-street-view',
|
||||
}}
|
||||
/>
|
||||
{items.map((item, idx) => {
|
||||
|
Reference in New Issue
Block a user