Skip to content

Commit

Permalink
add target='_blank' to pdk link
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandonlucas committed Jun 2, 2024
1 parent 3e6a024 commit b2daa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UsedBy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function WalletsUsingPayjoin() {
</div> */}
<div className="flex flex-col gap-2 text-2xl">
<span>If you are a developer seeking to enhance your wallet with Payjoin, check out</span>
<a className="font-bold" href="https://payjoindevkit.org">Payjoin Dev kit</a>
<a className="font-bold" target="_blank" href="https://payjoindevkit.org">Payjoin Dev kit</a>
</div>
</section>
);
Expand Down

0 comments on commit b2daa12

Please sign in to comment.