diff --git a/components/CopyAddress.tsx b/components/CopyAddress.tsx index b87b56c0..ce643cb5 100644 --- a/components/CopyAddress.tsx +++ b/components/CopyAddress.tsx @@ -4,7 +4,7 @@ import CopyIcon from "./icons/CopyIcon"; const CopyAddress = ({ address, url }: { address: string; url?: string }) => { return (
{ copy(address); }}