mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
fix: update share preview
This commit is contained in:
@ -115,7 +115,7 @@ export const ShareButton = ({ token, documentId }: ShareButtonProps) => {
|
||||
|
||||
<div className="flex w-full flex-col">
|
||||
<div className="rounded-md border p-4">
|
||||
I just signed a document with{' '}
|
||||
I just {token ? 'signed' : 'sent'} a document with{' '}
|
||||
<span className="font-medium text-blue-400">@documenso</span>
|
||||
. Check it out!
|
||||
<span className="mt-2 block" />
|
||||
|
||||
Reference in New Issue
Block a user