Skip to content

Commit

Permalink
chore: add StashPay to integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Oct 21, 2024
1 parent 2641a39 commit 69cb83b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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.
6 changes: 6 additions & 0 deletions src/pages/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ export const Hero = () => {
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
10 changes: 9 additions & 1 deletion src/style/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,15 @@ h3 {
background-size: 100%;
background-repeat: no-repeat;
width: 200px;
height: 35px;
height: 40px;
}
.stashPay {
display: inline-block;
background: url(../assets/stashPay.png);
background-size: 100%;
background-repeat: no-repeat;
width: 50px;
height: 50px;
}

#partners,
Expand Down

0 comments on commit 69cb83b

Please sign in to comment.