added ticketnumber props to footer component
This commit is contained in:
+2
-4
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user