Skip to content

Commit

Permalink
Merge pull request #55 from DanGould/link-wallets
Browse files Browse the repository at this point in the history
Link wallet images
  • Loading branch information
DanGould authored Jan 18, 2024
2 parents aa88829 + 9a6065b commit 95528ae
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,18 @@ If there is a wallet you’d like to see adopt payjoin or you are a wallet devel
<div
class="flex flex-col sm:flex-row max-sm:py-4 gap-8 w-full bg-tertiary justify-center items-center"
>
<img src="/images/bitmask.svg" alt="bitmasklogo" class="max-w-[200px]" />
<img src="/images/bluewallet.svg" alt="bluewallet logo" />
<img src="/images/btcpay.svg" alt="btcpayserver logo" />
<img src="/images/joinmarket.png" alt="joinmarket logo" class="max-w-[200px]" />
<img src="/images/sparrow.png" alt="sparrow logo" class="max-w-[75px]" />
<img src="/images/wasabi.svg" alt="wasabi logo" />
<a href="https://bitmask.app"
><img src="/images/bitmask.svg" alt="bitmasklogo" class="max-w-[200px]" /></a
>
<a href="https://bluewallet.io"><img src="/images/bluewallet.svg" alt="bluewallet logo" /></a>
<a href="https://btcpayserver.org"><img src="/images/btcpay.svg" alt="btcpayserver logo" /></a>
<a href="https://joinmarket.net"
><img src="/images/joinmarket.png" alt="joinmarket logo" class="max-w-[200px]" /></a
>
<a href="https://sparrowwallet.com"
><img src="/images/sparrow.png" alt="sparrow logo" class="max-w-[75px]" /></a
>
<a href="https://wasabiwallet.app"><img src="/images/wasabi.svg" alt="wasabi logo" /></a>
</div>
<div class="flex sm:flex-row flex-col gap-8 w-3/4">
<div class="flex flex-col gap-2 w-full items-center">
Expand Down

0 comments on commit 95528ae

Please sign in to comment.