Skip to content

Commit d2efad2

Browse files
committed
Add copy button
1 parent 4db5cc9 commit d2efad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UpdateProfile/UpdatePublicProfileForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export function UpdatePublicProfileForm() {
218218
>
219219
{!isCopied && <Copy className="h-3 w-3 stroke-[2.5]" />}
220220
{isCopied && <Check className="h-3 w-3 stroke-[2.5]" />}
221-
{!isCopied ? 'Copy' : 'Copied!'}
221+
{!isCopied ? 'Copy URL' : 'Copied!'}
222222
</button>
223223
</>
224224
)}

0 commit comments

Comments
 (0)