From 3bc9b5ada008ea07a2f4735be93b4926f99862fb Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Wed, 17 Apr 2024 04:08:41 +0530 Subject: [PATCH] chore: fix text padding --- apps/web/src/app/(signing)/sign/[token]/complete/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx b/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx index cfed976e5..1b7adfe70 100644 --- a/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx +++ b/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx @@ -131,7 +131,7 @@ export default async function CompletedSigningPage({ )) .with({ deletedAt: null }, () => ( -
+
Waiting for others to sign