Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/grumpy-timers-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@zopauk/react-components': patch
---

Added new link to the footer
7 changes: 5 additions & 2 deletions src/components/molecules/ZopaFooter/ZopaFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,15 @@ const ZopaFooterLinks = () => {
<li className="mb-4">
<StyledLink href="https://www.zopa.com/terms-of-use">Terms of use</StyledLink>
</li>
<li className="mb-4">
<li>
<StyledLink href="https://www.zopa.com/investor-principles">Investor principles</StyledLink>
</li>
<li>
<li className="mb-4">
<StyledLink href="https://www.zopa.com/remuneration">Remuneration</StyledLink>
</li>
<li>
<StyledLink href="https://www.zopa.com/open-banking-developer">Info for TPPS</StyledLink>
</li>
</List>
</FlexCol>
<FlexCol xs={12} s={6} l={3} className="mb-8 s:mb-9">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,7 @@ exports[`<ZopaFooter /> renders the component with no a11y violations 1`] = `
Terms of use
</a>
</li>
<li
class="mb-4"
>
<li>
<a
class="c6 c7"
color="#3B46C4"
Expand All @@ -721,7 +719,9 @@ exports[`<ZopaFooter /> renders the component with no a11y violations 1`] = `
Investor principles
</a>
</li>
<li>
<li
class="mb-4"
>
<a
class="c6 c7"
color="#3B46C4"
Expand All @@ -730,6 +730,15 @@ exports[`<ZopaFooter /> renders the component with no a11y violations 1`] = `
Remuneration
</a>
</li>
<li>
<a
class="c6 c7"
color="#3B46C4"
href="https://www.zopa.com/open-banking-developer"
>
Info for TPPS
</a>
</li>
</ul>
</div>
<div
Expand Down
Loading