diff --git a/src/components/AddressOrENSNameInvalidNonce.tsx b/src/components/AddressOrENSNameInvalidNonce.tsx index a92496a..1b71288 100644 --- a/src/components/AddressOrENSNameInvalidNonce.tsx +++ b/src/components/AddressOrENSNameInvalidNonce.tsx @@ -1,7 +1,7 @@ import React from "react"; import StandardSubtitle from "../StandardSubtitle"; import ContentFrame from "../ContentFrame"; -import AddressOrENSName from "./AddressOrENSName"; +import DecoratedAddressLink from "./DecoratedAddressLink"; type AddressOrENSNameInvalidNonceProps = { addressOrENSName: string; @@ -15,7 +15,7 @@ const AddressOrENSNameInvalidNonce: React.FC< Transaction Details
- + : no transaction found for nonce="{nonce}".
diff --git a/src/components/AddressOrENSNameNoTx.tsx b/src/components/AddressOrENSNameNoTx.tsx index c4f6178..33e18fe 100644 --- a/src/components/AddressOrENSNameNoTx.tsx +++ b/src/components/AddressOrENSNameNoTx.tsx @@ -1,7 +1,7 @@ import React from "react"; import StandardSubtitle from "../StandardSubtitle"; import ContentFrame from "../ContentFrame"; -import AddressOrENSName from "./AddressOrENSName"; +import DecoratedAddressLink from "./DecoratedAddressLink"; type AddressOrENSNameNoTxProps = { addressOrENSName: string; @@ -14,7 +14,7 @@ const AddressOrENSNameNoTx: React.FC = ({ Transaction Details
- + : no outbound transactions found.