Skip to content

Commit

Permalink
Merge pull request #705 from BoltzExchange/banco-stashpay
Browse files Browse the repository at this point in the history
Add more integrations
  • Loading branch information
michael1011 authored Oct 21, 2024
2 parents 7ecf7a3 + 69cb83b commit e60d493
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/assets/banco-libre.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/stashPay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/pages/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@ export const Hero = () => {
target="_blank"
class="helm"></a>
</div>
<div>
<a
href="https://bancolibre.com/"
target="_blank"
class="bancoLibre"></a>
</div>
<div>
<a
href="https://stashpay.me"
target="_blank"
class="stashPay"></a>
</div>
</div>
<h2 class="special headline">{t("partners")}</h2>
<div id="partners">
Expand Down
16 changes: 16 additions & 0 deletions src/style/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,22 @@ h3 {
width: 44px;
height: 55px;
}
.bancoLibre {
display: inline-block;
background: url(../assets/banco-libre.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 200px;
height: 40px;
}
.stashPay {
display: inline-block;
background: url(../assets/stashPay.png);
background-size: 100%;
background-repeat: no-repeat;
width: 50px;
height: 50px;
}

#partners,
#integrations {
Expand Down

0 comments on commit e60d493

Please sign in to comment.