Skip to content

Commit

Permalink
feat: Add instruction text just above digital signature pad
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed Aug 18, 2020
1 parent d2a1864 commit 7275627
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/containers/Forms/CertificationSignature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ export const CertificationSignature: React.FunctionComponent<Props> = ({
return (
<Container>
<h3>Certifier Signature:</h3>
<p>
To create a digital signature, click, hold and drag your pointer within
the box to draw your signature. Use the Clear button below the signature
box to delete the signature and start again. Alternatively, you can
select &quot;Choose File&quot; to upload an existing signature image
file from your computer (.png, .jpg, .jpeg). When you&apos;re ready to
submit your certification, click &quot;Sign&quot; below the signature
box.
</p>
<Row>
<Col md={12}>
<SignaturePad
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ exports[`The Confirmation Component matches the snapshot 1`] = `
>
Certifier Signature:
</h3>
<p
className="jsx-2877110858"
>
To create a digital signature, click, hold and drag your pointer within the box to draw your signature. Use the Clear button below the signature box to delete the signature and start again. Alternatively, you can select "Choose File" to upload an existing signature image file from your computer (.png, .jpg, .jpeg). When you're ready to submit your certification, click "Sign" below the signature box.
</p>
<Row
noGutters={false}
>
Expand Down

0 comments on commit 7275627

Please sign in to comment.