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