We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db5cc9 commit d2efad2Copy full SHA for d2efad2
src/components/UpdateProfile/UpdatePublicProfileForm.tsx
@@ -218,7 +218,7 @@ export function UpdatePublicProfileForm() {
218
>
219
{!isCopied && <Copy className="h-3 w-3 stroke-[2.5]" />}
220
{isCopied && <Check className="h-3 w-3 stroke-[2.5]" />}
221
- {!isCopied ? 'Copy' : 'Copied!'}
+ {!isCopied ? 'Copy URL' : 'Copied!'}
222
</button>
223
</>
224
)}
0 commit comments