diff --git a/apps/web/components/editor/pdf-editor.tsx b/apps/web/components/editor/pdf-editor.tsx index 2b9bc9796..f4e9eea11 100644 --- a/apps/web/components/editor/pdf-editor.tsx +++ b/apps/web/components/editor/pdf-editor.tsx @@ -50,16 +50,16 @@ export default function PDFEditor(props: any) { return ( <>
+
This document does not have any recipients. Add recipients to create fields.
@@ -71,7 +71,7 @@ export default function PDFEditor(props: any) { props.document.id + "/recipients" } - className="whitespace-nowrap font-medium text-blue-700 hover:text-blue-600" + className="whitespace-nowrap font-medium text-yellow-700 hover:text-yellow-600" > Add Recipients @@ -82,7 +82,9 @@ export default function PDFEditor(props: any) {