+
{match(document.status)
.with(DocumentStatus.COMPLETED, () => (
@@ -69,41 +69,44 @@ export default async function CompletedSigningPage({
Waiting for others to sign
))}
+
+
+ You have signed "{document.title}"
+
+
+ {match(document.status)
+ .with(DocumentStatus.COMPLETED, () => (
+
+ Everyone has signed! You will receive an Email copy of the signed document.
+
+ ))
+ .otherwise(() => (
+
+ You will receive an Email copy of the signed document once everyone has signed.
+
+ ))}
+
+
+
+
+
+
+
+
+ Want to send slick signing links like this one?{' '}
+
+ Check out Documenso.
+
+
-
-
- You have signed "{document.title}"
-
-
- {match(document.status)
- .with(DocumentStatus.COMPLETED, () => (
-
- Everyone has signed! You will receive an Email copy of the signed document.
-
- ))
- .otherwise(() => (
-
- You will receive an Email copy of the signed document once everyone has signed.
-
- ))}
-
-
-
-
-
-
-
-
- Want to send slick signing links like this one?{' '}
-
- Check out Documenso.
-
-
);
}
diff --git a/packages/ui/components/signing-card.tsx b/packages/ui/components/signing-card.tsx
index 496e451d0..a2dd66bae 100644
--- a/packages/ui/components/signing-card.tsx
+++ b/packages/ui/components/signing-card.tsx
@@ -148,7 +148,7 @@ const SigningCardContent = ({ className, name }: SigningCardContentProps) => {
return (