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/shaggy-paws-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@zopauk/react-components': patch
---

Comment why the smart saver link url was changed
1 change: 1 addition & 0 deletions src/components/molecules/ZopaFooter/ZopaFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const ZopaFooterLinks = () => {
<StyledLink href="https://www.zopa.com/credit-card">Credit cards</StyledLink>
</li>
<li className="mb-4">
{/* This is to fix redundant redirects https://jira.zopa/browse/WEBE-19292 */}
<StyledLink href="https://www.zopa.com/savings">Smart Saver</StyledLink>
</li>
<li>
Expand Down
Loading