Skip to content

Commit

Permalink
style: one line button PE-5161
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 6, 2023
1 parent ddb12e5 commit 22279b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GiftForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ export function GiftForm({ errorCallback }: GiftFormProps) {
onClick={(e) => handleSubmit(e)}
disabled={!canSubmitForm}
>
Proceed <br />
to Checkout
Proceed to Checkout
</button>
</form>
);
Expand Down

0 comments on commit 22279b0

Please sign in to comment.