Remove unnecessary nested span
This commit is contained in:
parent
8341c274f6
commit
119cb67b00
|
@ -17,10 +17,9 @@ const AddressLink: React.FC<AddressLinkProps> = ({
|
|||
dontOverrideColors ? "" : "text-link-blue hover:text-link-blue-hover"
|
||||
} font-address truncate`}
|
||||
to={`/address/${address}`}
|
||||
title={text ?? address}
|
||||
>
|
||||
<span className="truncate" title={text ?? address}>
|
||||
{text ?? address}
|
||||
</span>
|
||||
</NavLink>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue