Skip to content

Commit

Permalink
redesign(eSignature): fix copy on signature review screen (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamssokari authored Feb 2, 2024
1 parent a36f4f0 commit 330ab49
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/embed/src/e-signature.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h1>Confirm details</h1>

<div class="flow">
<button data-variant="solid" type="button" id="uploadSignature">
Yes, my details are correct
Yes, it's correct
<svg
aria-hidden="true"
width="25"
Expand All @@ -437,21 +437,21 @@ <h1>Confirm details</h1>
>
<path
d="M7 12h11m0 0-4.588-4M18 12l-4.588 4"
stroke="#fff"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</button>
<button
style="margin-block-start: 0.5rem"
style="margin-block-start: 0.5rem; display: flex !important"
data-variant="outline"
type="button"
class="back-button"
>
No, change them
<svg
style="transform: rotate(.5turn);"
aria-hidden="true"
width="25"
height="24"
Expand All @@ -460,12 +460,13 @@ <h1>Confirm details</h1>
>
<path
d="M7 12h11m0 0-4.588-4M18 12l-4.588 4"
stroke="#fff"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
No, change them
</button>
</div>

Expand Down

0 comments on commit 330ab49

Please sign in to comment.