added ticketnumber props to footer component

This commit is contained in:
2024-04-09 15:00:30 +01:00
parent 37d76d3dc9
commit 20cd10394f
45 changed files with 51 additions and 49 deletions
+2 -4
View File
@@ -52,9 +52,7 @@ const Home = (props) => {
</p>
<h2 className="govuk-heading-s">
<Link href="#" className="govuk-link">
Terms and conditions
Terms and conditions
</Link>
</h2>
<p>
@@ -115,7 +113,7 @@ const Home = (props) => {
</div>
</main>{" "}
</div>
<Footer footerLinks={footerLinks} />
<Footer footerLinks={footerLinks} ticketnumber={props} />
</div>
</div>
);