Skip to content

Commit e89ad8b

Browse files
committed
fix: update smart saver link url
1 parent befb1fc commit e89ad8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/molecules/ZopaFooter/ZopaFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const ZopaFooterLinks = () => {
189189
<StyledLink href="https://www.zopa.com/credit-card">Credit cards</StyledLink>
190190
</li>
191191
<li className="mb-4">
192-
<StyledLink href="https://www.zopa.com/smart-saver">Smart Saver</StyledLink>
192+
<StyledLink href="https://www.zopa.com/savings">Smart Saver</StyledLink>
193193
</li>
194194
<li>
195195
<StyledLink href="https://www.zopa.com/savings-accounts">Fixed Term Savings</StyledLink>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ exports[`<ZopaFooter /> renders the component with no a11y violations 1`] = `
483483
<a
484484
class="c6 c7"
485485
color="#3B46C4"
486-
href="https://www.zopa.com/smart-saver"
486+
href="https://www.zopa.com/savings"
487487
>
488488
Smart Saver
489489
</a>

0 commit comments

Comments
 (0)