mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +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="flex w-full flex-col">
|
||||||
<div className="rounded-md border p-4">
|
<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>
|
<span className="font-medium text-blue-400">@documenso</span>
|
||||||
. Check it out!
|
. Check it out!
|
||||||
<span className="mt-2 block" />
|
<span className="mt-2 block" />
|
||||||
|
|||||||
Reference in New Issue
Block a user