Skip to content

Commit

Permalink
Merge pull request #61 from thebrandonlucas/master
Browse files Browse the repository at this point in the history
Add Mutiny Logo
  • Loading branch information
thebrandonlucas authored Feb 9, 2024
2 parents c2e619b + 459f01e commit 76c1e43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 400 deletions.
5 changes: 4 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,11 @@ If there is a wallet you’d like to see adopt payjoin or you are a wallet devel
>
<H2>Wallets Using Payjoin</H2>
<div
class="flex flex-col xl:flex-row max-xl:py-4 gap-8 w-full bg-tertiary justify-center items-center"
class="flex flex-col xl:flex-row max-xl:py-4 gap-8 w-full bg-tertiary justify-center items-center px-4"
>
<a href="https://www.mutinywallet.com/">
<img src="/images/mutiny.svg" alt="mutiny logo" class="max-w-[200px] w-full h-full" />
</a>
<a href="https://bitmask.app"
><img src="/images/bitmask.svg" alt="bitmasklogo" class="max-w-[200px] w-full h-full" /></a
>
Expand Down
6 changes: 5 additions & 1 deletion src/routes/lightning/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
create transactions with multiple UTXOs, it can effectively batch transactions and open
multiple channels at once.
</div>
<img src="images/lightning-payjoin.png" alt="Lightning Channel Open with Payjoin" />
<img
src="images/lightning-payjoin.png"
alt="Lightning Channel Open with Payjoin"
class="w-2/3 mx-auto max-md:w-full"
/>
<div>
Payjoin also preserves privacy by removing the on-chain footprint (the size of your channels
and who you open channels with) normally left by lightning channels. A transaction sent over a
Expand Down
Loading

0 comments on commit 76c1e43

Please sign in to comment.