Make ENS icon grayscale when not a link
This commit is contained in:
parent
46edf8ae92
commit
a697c8eb83
|
@ -12,7 +12,7 @@ const ENSName: React.FC<ENSNameProps> = ({ name, address }) => (
|
||||||
title={`${name}: ${address}`}
|
title={`${name}: ${address}`}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
className="self-center"
|
className="self-center filter grayscale"
|
||||||
src={ENSLogo}
|
src={ENSLogo}
|
||||||
alt="ENS Logo"
|
alt="ENS Logo"
|
||||||
width={12}
|
width={12}
|
||||||
|
|
Loading…
Reference in New Issue