mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-02 06:00:25 +03:00
- client: Fix location icon size
Close #2061
* commit 'f363c95ef5
':
- 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…
Add table
Add a link
Reference in a new issue