Skip to content

Commit

Permalink
Fix marquee spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Jul 6, 2024
1 parent ddf78bb commit edfcbe5
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/UsedBy/index.tsx
Original file line number Diff line number Diff line change
@@ -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">
@@ -37,14 +35,12 @@ export default function WalletsUsingPayjoin() {
<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">
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 edfcbe5

Please sign in to comment.