Skip to content

Commit ca2a92e

Browse files
Merge pull request #1159 from ZopaPublic/WEBP-6650
WEBP-6650: Added the new footer link
2 parents 12b38d8 + 70751f5 commit ca2a92e

3 files changed

Lines changed: 23 additions & 6 deletions

File tree

.changeset/grumpy-timers-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@zopauk/react-components': patch
3+
---
4+
5+
Added new link to the footer

src/components/molecules/ZopaFooter/ZopaFooter.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

src/components/molecules/ZopaFooter/__snapshots__/ZopaFooter.test.tsx.snap

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)