Add copy button

pull/5537/head
Kamran Ahmed 11 months ago
parent 4db5cc920b
commit d2efad25a8
  1. 2
      src/components/UpdateProfile/UpdatePublicProfileForm.tsx

@ -218,7 +218,7 @@ export function UpdatePublicProfileForm() {
> >
{!isCopied && <Copy className="h-3 w-3 stroke-[2.5]" />} {!isCopied && <Copy className="h-3 w-3 stroke-[2.5]" />}
{isCopied && <Check className="h-3 w-3 stroke-[2.5]" />} {isCopied && <Check className="h-3 w-3 stroke-[2.5]" />}
{!isCopied ? 'Copy' : 'Copied!'} {!isCopied ? 'Copy URL' : 'Copied!'}
</button> </button>
</> </>
)} )}

Loading…
Cancel
Save