mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Switch over to <i> from <span> for icons
- to select in styles, as fa5 has other prefix classnames (far, fab, fas)
This commit is contained in:
@@ -17,7 +17,7 @@ const Plugin = ({
|
||||
<span className="plugins-plugin" key={id}>
|
||||
<Tooltip tip={tip}>
|
||||
<span className={className}>
|
||||
{error && <span className="plugins-plugin-icon fa fa-exclamation-circle" />}
|
||||
{error && <i className="plugins-plugin-icon fa fa-exclamation-circle" />}
|
||||
{label || id}
|
||||
</span>
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user