mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-28 18:08:51 +03:00
fix
This commit is contained in:
parent
3f8f8c7253
commit
44c64893bb
1 changed files with 3 additions and 5 deletions
|
@ -19,11 +19,9 @@ const Tab = ({
|
||||||
className={tabClass}
|
className={tabClass}
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<svg className="tab__icon">
|
<svg className="tab__icon">
|
||||||
<use xlinkHref={`#${label.toLowerCase()}`} />
|
<use xlinkHref={`#${label.toLowerCase()}`} />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
|
||||||
{t(title || label)}
|
{t(title || label)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue