mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add alt text to plugin logos (#30710)
This commit is contained in:
parent
69a2279bf6
commit
3390c6a852
@ -121,7 +121,7 @@ export default class PageHeader extends React.Component<Props, any> {
|
||||
<div className="page-header__inner">
|
||||
<span className="page-header__logo">
|
||||
{main.icon && <Icon name={main.icon as IconName} size="xxxl" className={iconClassName} />}
|
||||
{main.img && <img className="page-header__img" src={main.img} />}
|
||||
{main.img && <img className="page-header__img" src={main.img} alt={`logo of ${main.text}`} />}
|
||||
</span>
|
||||
|
||||
<div className="page-header__info-block">
|
||||
|
Loading…
Reference in New Issue
Block a user