Skip to content

Commit 79f8aae

Browse files
feat: added the new footer link
1 parent 12b38d8 commit 79f8aae

2 files changed

Lines changed: 10 additions & 2 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">

0 commit comments

Comments
 (0)