From 8fa4f3685611376c87e84f05f08fc0af5a614a6b Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 13 Feb 2023 18:12:09 +0100 Subject: [PATCH] ui --- apps/web/components/editor/pdf-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/editor/pdf-editor.tsx b/apps/web/components/editor/pdf-editor.tsx index db187c098..7ae9dd32d 100644 --- a/apps/web/components/editor/pdf-editor.tsx +++ b/apps/web/components/editor/pdf-editor.tsx @@ -53,7 +53,7 @@ export default function PDFEditor(props: any) { id: short.generate().toString(), page: 0, type: "signature", - position: { x: 0, y: -842 }, + position: { x: 0, y: -600 }, recipient: selectedValue, }) );