diff --git a/src/routes/documents.pleading.new.tsx b/src/routes/documents.pleading.new.tsx index 92ed7c4..44be252 100644 --- a/src/routes/documents.pleading.new.tsx +++ b/src/routes/documents.pleading.new.tsx @@ -376,6 +376,56 @@ function PleadingNewPage() { + {/* Attorney signature */} + + + + + + Attorney signature + + + Pulled from your profile. Toggle off to omit. Edit it in{" "} + Settings → Profile. + + + + + + {includeSignature ? "Included" : "Omitted"} + + + + + {includeSignature ? ( + !sigBlock.trim() && !sigImagePath ? ( + + No signature found on your profile yet. Add one in Settings → Profile. + + ) : ( + + {sigImagePath && sigImageDataUrl ? ( + + ) : ( + + )} + _______________________________ + + {sigBlock || (no block text)} + + + ) + ) : null} + + + {/* Footer */}
+ Pulled from your profile. Toggle off to omit. Edit it in{" "} + Settings → Profile. +
+ {sigBlock || (no block text)} +