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
+1 -1
View File
@@ -112,7 +112,7 @@ const Home = (props) => {
/>
)}
</div>
<Footer footerLinks={footerLinks} />
<Footer footerLinks={footerLinks} ticketnumber={props} />
</div>
</div>
);