added in right hand nav and titles to store
This commit is contained in:
@@ -17,7 +17,7 @@ let BuildSection = (props) => {
|
||||
const router = useRouter();
|
||||
const { locale } = router;
|
||||
|
||||
const { formXML, sectionCount, onSubmit, handleSubmit } = props;
|
||||
const { formXML, sectionCount, onSubmit, handleSubmit, formTitle } = props;
|
||||
const [currentSection, setCurrentSection] = useState(1);
|
||||
|
||||
const parser = new DOMParser();
|
||||
@@ -96,8 +96,8 @@ let BuildSection = (props) => {
|
||||
aria-labelledby="progress-list"
|
||||
className="at-nav"
|
||||
>
|
||||
<h3 className="govuk-visually-hidden">
|
||||
New Appeal progress
|
||||
<h3 className="govuk-heading-s govuk-!-font-weight-regular gov-font-dark-grey">
|
||||
{props.formTitle}
|
||||
</h3>
|
||||
|
||||
<ol className="govuk-list">
|
||||
|
||||
Reference in New Issue
Block a user