Undo italics
This commit is contained in:
parent
52a2f01342
commit
6a4cff5883
|
@ -92,7 +92,7 @@ const DecoratedAddressLink: React.FC<DecoratedAddressLinkProps> = ({
|
|||
/>
|
||||
{eoa === true && (
|
||||
<span
|
||||
className="text-xs text-gray-400 text-opacity-70"
|
||||
className="text-xs text-gray-400 text-opacity-70 not-italic"
|
||||
title="Externally owned account"
|
||||
>
|
||||
(EOA)
|
||||
|
@ -100,7 +100,7 @@ const DecoratedAddressLink: React.FC<DecoratedAddressLinkProps> = ({
|
|||
)}
|
||||
{eoa === false && (
|
||||
<span
|
||||
className="text-xs text-gray-400 text-opacity-70"
|
||||
className="text-xs text-gray-400 text-opacity-70 not-italic"
|
||||
title="Contract account"
|
||||
>
|
||||
(C)
|
||||
|
|
Loading…
Reference in New Issue