diff --git a/packages/grafana-ui/src/components/Icon/Icon.tsx b/packages/grafana-ui/src/components/Icon/Icon.tsx index f6bb0645f2f..ed987489f14 100644 --- a/packages/grafana-ui/src/components/Icon/Icon.tsx +++ b/packages/grafana-ui/src/components/Icon/Icon.tsx @@ -84,11 +84,11 @@ export const Icon = React.memo( title={title} className={composedClassName} style={style} - // render an empty div with the correct dimensions while loading + // render an empty element with the correct dimensions while loading // this prevents content layout shift whilst the icon asynchronously loads // which happens even if the icon is in the cache(!) loader={ -