- client: Fix location icon size

This commit is contained in:
ArtemBaskal 2020-09-02 16:09:59 +03:00
parent 7931e50673
commit f363c95ef5

View File

@ -12,7 +12,7 @@ const getFormattedWhois = (whois) => {
<span className="logs__whois text-muted " key={key} title={whoisInfo[key]}> <span className="logs__whois text-muted " key={key} title={whoisInfo[key]}>
{icon && ( {icon && (
<> <>
<svg className="logs__whois-icon icons"> <svg className="logs__whois-icon icons icon--18">
<use xlinkHref={`#${icon}`} /> <use xlinkHref={`#${icon}`} />
</svg> </svg>
&nbsp; &nbsp;