diff --git a/src/components/DecoratedAddressLink.tsx b/src/components/DecoratedAddressLink.tsx index e39715c..82d70f9 100644 --- a/src/components/DecoratedAddressLink.tsx +++ b/src/components/DecoratedAddressLink.tsx @@ -2,6 +2,7 @@ import React from "react"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faStar, + faBomb, faMoneyBillAlt, faBurn, faCoins, @@ -53,6 +54,11 @@ const DecoratedAddresssLink: React.FC = ({ )} + {selfDestruct && ( + + + + )} {mint && ( diff --git a/src/components/InternalSelfDestruct.tsx b/src/components/InternalSelfDestruct.tsx index 6d83e3a..543b429 100644 --- a/src/components/InternalSelfDestruct.tsx +++ b/src/components/InternalSelfDestruct.tsx @@ -1,7 +1,7 @@ import React, { useContext } from "react"; import { ethers } from "ethers"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; -import { faAngleRight, faBomb } from "@fortawesome/free-solid-svg-icons"; +import { faAngleRight } from "@fortawesome/free-solid-svg-icons"; import AddressHighlighter from "./AddressHighlighter"; import DecoratedAddressLink from "./DecoratedAddressLink"; import { RuntimeContext } from "../useRuntime"; @@ -28,10 +28,7 @@ const InternalSelfDestruct: React.FC = ({ <>
- - - {" "} - SELF DESTRUCT + SELF DESTRUCT Contract