From d2efad25a8e08d7e898c8884a043bd57d6eba418 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 20 Apr 2024 14:07:10 +0100 Subject: [PATCH] Add copy button --- src/components/UpdateProfile/UpdatePublicProfileForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UpdateProfile/UpdatePublicProfileForm.tsx b/src/components/UpdateProfile/UpdatePublicProfileForm.tsx index e81088781..155c23775 100644 --- a/src/components/UpdateProfile/UpdatePublicProfileForm.tsx +++ b/src/components/UpdateProfile/UpdatePublicProfileForm.tsx @@ -218,7 +218,7 @@ export function UpdatePublicProfileForm() { > {!isCopied && } {isCopied && } - {!isCopied ? 'Copy' : 'Copied!'} + {!isCopied ? 'Copy URL' : 'Copied!'} )}