Skip to content

Commit

Permalink
fix: link to new fidelity bonds form in Cheatsheet component (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jul 7, 2022
1 parent 8608329 commit 21757e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Cheatsheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function Cheatsheet({ show = false, onHide }: CheatsheetProps) {
<ListItem number={3}>
<h6>
<Trans i18nKey="cheatsheet.item_3.title">
Optional: <Link to={routes.fidelityBonds}>Lock</Link> funds in a fidelity bond.
Optional: <Link to={routes.earn}>Lock</Link> funds in a fidelity bond.
</Trans>
</h6>
<div className="small text-secondary">{t('cheatsheet.item_3.description')}</div>
Expand Down
1 change: 0 additions & 1 deletion src/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const routes = {
receive: '/receive',
earn: '/earn',
settings: '/settings',
fidelityBonds: '/fidelity-bonds',
wallet: '/wallet',
createWallet: '/create-wallet',
}

0 comments on commit 21757e9

Please sign in to comment.