mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Fix spinner and broken buttons (#30286)
This commit is contained in:
@@ -61,7 +61,7 @@ export const Icon = React.forwardRef<HTMLDivElement, IconProps>(
|
||||
const svgSize = getSvgSize(size);
|
||||
|
||||
/* Temporary solution to display also font awesome icons */
|
||||
if (name?.startsWith('fa-')) {
|
||||
if (name?.startsWith('fa fa-')) {
|
||||
return <i className={cx(name, className)} {...divElementProps} style={style} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user