diff --git a/src/routes/settings.profile.tsx b/src/routes/settings.profile.tsx index b1fcb3b..cd4e1ff 100644 --- a/src/routes/settings.profile.tsx +++ b/src/routes/settings.profile.tsx @@ -326,6 +326,29 @@ function ProfilePage() { /> +
+ + update("signature_typed", e.target.value)} + placeholder="e.g. /s/ Jane Q. Attorney" + /> + {form.signature_typed && ( +
+ + {form.signature_typed} + +
+ )} +

+ Used above the signature line if no signature image is uploaded. Rendered in a script font. +

+
+ +