mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: updated button text
Signed-off-by: Adithya Krishna <adithya@documenso.com>
This commit is contained in:
@ -36,7 +36,7 @@ export const ClaimProfileAlertDialog = ({ className, user }: ClaimProfileAlertDi
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex-shrink-0">
|
<div className="flex-shrink-0">
|
||||||
<Button onClick={() => setOpen(true)}>Claim Now</Button>
|
<Button onClick={() => setOpen(true)}>{user.url ? 'Update Now' : 'Claim Now'}</Button>
|
||||||
</div>
|
</div>
|
||||||
</Alert>
|
</Alert>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user