Skip to content

Commit

Permalink
feat(cheatsheet): link to jamdocs.org (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dergigi committed Jul 26, 2022
1 parent 087eb07 commit 05c908d
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions src/components/Cheatsheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,15 @@ export default function Cheatsheet({ show = false, onHide }: CheatsheetProps) {
<div className="small text-secondary">
<Trans i18nKey="cheatsheet.description">
Follow the steps below to increase your financial privacy. It is advisable to switch from{' '}
<a
href="https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/joinmarket_private_flow.md#the-maker-role"
target="_blank"
rel="noopener noreferrer"
>
<a href="https://jamdocs.org/glossary/#maker" target="_blank" rel="noopener noreferrer">
earning as a maker
</a>{' '}
to{' '}
<a
href="https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/joinmarket_private_flow.md#the-taker-role"
target="_blank"
rel="noopener noreferrer"
>
<a href="https://jamdocs.org/glossary/#taker" target="_blank" rel="noopener noreferrer">
sending as a taker
</a>{' '}
back and forth.{' '}
<a
href="https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/joinmarket_private_flow.md#a-private-flow-through-joinmarket"
target="_blank"
rel="noopener noreferrer"
>
<a href="https://jamdocs.org/interface/00-cheatsheet/" target="_blank" rel="noopener noreferrer">
Learn more.
</a>
</Trans>
Expand Down

0 comments on commit 05c908d

Please sign in to comment.