Skip to content

Commit 26a026e

Browse files
committed
no margin
1 parent 84cf0a3 commit 26a026e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/CopyAddress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const CopyAddress = ({ address, url }: { address: string; url?: string }) => {
3131
)}
3232
</span>
3333
{isCopied ? (
34-
<span className="text-green-500 text-xs font-bold ml-1"></span>
34+
<span className="text-green-500 text-xs font-bold"></span>
3535
) : (
3636
<CopyIcon className="shrink-0" />
3737
)}

0 commit comments

Comments
 (0)