Skip to content

Commit

Permalink
Merge pull request #71 from DanGould/fix-carousel
Browse files Browse the repository at this point in the history
Fix carousel
  • Loading branch information
DanGould authored Jul 6, 2024
2 parents ddf78bb + fb00c11 commit 60f03b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/UsedBy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,20 @@ export default function WalletsUsingPayjoin() {

</div>
<Marquee
className="bg-tertiary w-32"
className="bg-tertiary w-32 h-[12vh]"
gradient={true}
gradientColor="#46192b"
>
<a href="https://www.mutinywallet.com/">
<img
src="/img/mutiny.svg"
alt="Mutinywallet Logo"
className="max-w-[200px] w-full h-full"
/>
</a>
<a href="https://bitmask.app">
<img
src="/img/bitmask.svg"
alt="bitmasklogo"
className="max-w-[200px] w-full h-full"
/>
</a>
<a href="https://bluewallet.io">
Expand All @@ -33,18 +31,16 @@ export default function WalletsUsingPayjoin() {
<a href="https://btcpayserver.org">
<img src="/img/btcpay.svg" alt="btcpayserver logo" />
</a>
<a href="https://joinmarket.net">
<a href="https://github.com/JoinMarket-Org/joinmarket-clientserver">
<img
src="/img/joinmarket.png"
alt="joinmarket logo"
className="max-w-[200px]"
/>
</a>
<a href="https://sparrowwallet.com">
<img
src="/img/sparrow.png"
alt="sparrow logo"
className="max-w-[75px]"
/>
</a>
<a href="https://wasabiwallet.io">
Expand Down
1 change: 1 addition & 0 deletions src/components/UsedBy/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
img {
@apply mx-10;
height: 8vh;
}

0 comments on commit 60f03b4

Please sign in to comment.