Skip to content

Commit

Permalink
Reposition header to make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Nov 22, 2023
1 parent 6f70fbc commit 85ff075
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/pages/GiftAid/UpdateForm/UpdateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,15 @@ function UpdateForm(props) {

<UrlTransactionIdError />

<h3 className="form--update__title form--update__title--giftaid text-align-centre">
Who is changing their declaration?
</h3>

<div className="form-fields--wrapper">

<DonationTypeButtons donationTypeChoices={donationTypeChoices} />


<h3 className="form--update__title form--update__title--giftaid text-align-centre">
Who is changing their declaration?
</h3>

<InputFields allFields={inputFieldProps} />

<PostcodeLookup
Expand Down

0 comments on commit 85ff075

Please sign in to comment.