Use a meaningful alt for adguard home's logo

This commit is contained in:
jvoisin 2020-12-21 17:07:53 +01:00
parent bdff46ec1d
commit a8677c082b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const Header = () => {
<div className="header__column">
<div className="d-flex align-items-center">
<Link to="/" className="nav-link pl-0 pr-1">
<img src={logo} alt="" className="header-brand-img" />
<img src={logo} alt="AdGuard Home logo" className="header-brand-img" />
</Link>
{!processing && isCoreRunning
&& <span className={badgeClass}