diff --git a/src/TokenTransferItem.tsx b/src/TokenTransferItem.tsx index 64351ee..64a42f6 100644 --- a/src/TokenTransferItem.tsx +++ b/src/TokenTransferItem.tsx @@ -20,32 +20,42 @@ const TokenTransferItem: React.FC = ({ - From - - To - - For - - - - - {tokenMetas[t.token] ? ( - <> -
- -
- +
+ From + +
+
+ To + +
+
+ For + + - - ) : ( - - )} - + + + {tokenMetas[t.token] ? ( + <> +
+ +
+ + + ) : ( + + )} +
+
+ ); diff --git a/src/components/AddressLink.tsx b/src/components/AddressLink.tsx index f70b0ab..36acac6 100644 --- a/src/components/AddressLink.tsx +++ b/src/components/AddressLink.tsx @@ -11,7 +11,7 @@ const AddressLink: React.FC = ({ address, text }) => ( className="text-link-blue hover:text-link-blue-hover font-address truncate" to={`/address/${address}`} > -

+

{text ?? address}