Skip to content

Commit

Permalink
Add copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 20, 2024
1 parent 4db5cc9 commit d2efad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UpdateProfile/UpdatePublicProfileForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function UpdatePublicProfileForm() {
>
{!isCopied && <Copy 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>
</>
)}
Expand Down

0 comments on commit d2efad2

Please sign in to comment.