mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
- client: Fix location icon size
Close #2061 * commit 'f363c95ef58a52c134dcca1cd7c58b4dc2358405': - client: Fix location icon size
This commit is contained in:
commit
7b9cef3a08
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const getFormattedWhois = (whois) => {
|
|||
<span className="logs__whois text-muted " key={key} title={whoisInfo[key]}>
|
||||
{icon && (
|
||||
<>
|
||||
<svg className="logs__whois-icon icons">
|
||||
<svg className="logs__whois-icon icons icon--18">
|
||||
<use xlinkHref={`#${icon}`} />
|
||||
</svg>
|
||||
|
||||
|
|
Loading…
Reference in a new issue