Undo italics

This commit is contained in:
Willian Mitsuda 2022-03-02 06:32:04 -03:00
parent 52a2f01342
commit 6a4cff5883
1 changed files with 2 additions and 2 deletions

View File

@ -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)