File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @zopauk/react-components ' : patch
3+ ---
4+
5+ Added new link to the footer
Original file line number Diff line number Diff line change @@ -259,12 +259,15 @@ const ZopaFooterLinks = () => {
259259 < li className = "mb-4" >
260260 < StyledLink href = "https://www.zopa.com/terms-of-use" > Terms of use</ StyledLink >
261261 </ li >
262- < li className = "mb-4" >
262+ < li >
263263 < StyledLink href = "https://www.zopa.com/investor-principles" > Investor principles</ StyledLink >
264264 </ li >
265- < li >
265+ < li className = "mb-4" >
266266 < StyledLink href = "https://www.zopa.com/remuneration" > Remuneration</ StyledLink >
267267 </ li >
268+ < li >
269+ < StyledLink href = "https://www.zopa.com/open-banking-developer" > Info for TPPS</ StyledLink >
270+ </ li >
268271 </ List >
269272 </ FlexCol >
270273 < FlexCol xs = { 12 } s = { 6 } l = { 3 } className = "mb-8 s:mb-9" >
Original file line number Diff line number Diff line change @@ -710,9 +710,7 @@ exports[`<ZopaFooter /> renders the component with no a11y violations 1`] = `
710710 Terms of use
711711 </a >
712712 </li >
713- <li
714- class = " mb-4"
715- >
713+ <li >
716714 <a
717715 class = " c6 c7"
718716 color = " #3B46C4"
@@ -721,7 +719,9 @@ exports[`<ZopaFooter /> renders the component with no a11y violations 1`] = `
721719 Investor principles
722720 </a >
723721 </li >
724- <li >
722+ <li
723+ class = " mb-4"
724+ >
725725 <a
726726 class = " c6 c7"
727727 color = " #3B46C4"
@@ -730,6 +730,15 @@ exports[`<ZopaFooter /> renders the component with no a11y violations 1`] = `
730730 Remuneration
731731 </a >
732732 </li >
733+ <li >
734+ <a
735+ class = " c6 c7"
736+ color = " #3B46C4"
737+ href = " https://www.zopa.com/open-banking-developer"
738+ >
739+ Info for TPPS
740+ </a >
741+ </li >
733742 </ul >
734743 </div >
735744 <div
You can’t perform that action at this time.
0 commit comments