From 8844b7423c8325fd25819985befa3c63749b13f0 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Tue, 31 Jan 2023 16:52:40 +0100 Subject: [PATCH] ui ideass --- apps/web/pages/documents/[id]/recipients.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index da9d1ba9e..170d05ccf 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -129,17 +129,32 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { -
+
+
+

+ Signers +

+

+ The people who will sign the document. +

+
    {props?.document?.Recipient.map((item: any) => ( -
  • +
  • {item.email} + (You)
  • ))}
+
+

CC

+

+ Anybody who should get a copy. +

+