mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 09:25:08 +10:00
Merge branch 'main' into fix/show-fields-subject
This commit is contained in:
@@ -30,7 +30,7 @@ export const DocumentPreviewButton = ({
|
|||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<FileSearch className="mr-2 h-5 w-5" strokeWidth={1.7} />
|
<FileSearch className="mr-2 h-5 w-5" strokeWidth={1.7} />
|
||||||
View Document
|
View Original Document
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<DocumentDialog documentData={documentData} open={showDialog} onOpenChange={setShowDialog} />
|
<DocumentDialog documentData={documentData} open={showDialog} onOpenChange={setShowDialog} />
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ export default async function CompletedSigningPage({
|
|||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<DocumentPreviewButton
|
<DocumentPreviewButton
|
||||||
className="flex-1"
|
className="text-[11px]"
|
||||||
title="Signatures will appear once the document has been completed"
|
title="Signatures will appear once the document has been completed"
|
||||||
documentData={documentData}
|
documentData={documentData}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export const SignDialog = ({
|
|||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<div className="text-xl font-semibold text-neutral-800">Sign Document</div>
|
<div className="text-foreground text-xl font-semibold">Sign Document</div>
|
||||||
<div className="text-muted-foreground mx-auto w-4/5 py-2 text-center">
|
<div className="text-muted-foreground mx-auto w-4/5 py-2 text-center">
|
||||||
You are about to finish signing "{truncatedTitle}". Are you sure?
|
You are about to finish signing "{truncatedTitle}". Are you sure?
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user