Make ENS icon grayscale when not a link

This commit is contained in:
Willian Mitsuda 2021-07-03 01:45:36 -03:00
parent 46edf8ae92
commit a697c8eb83
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const ENSName: React.FC<ENSNameProps> = ({ name, address }) => (
title={`${name}: ${address}`}
>
<img
className="self-center"
className="self-center filter grayscale"
src={ENSLogo}
alt="ENS Logo"
width={12}