Skip to content

Commit

Permalink
chore: add Bull Bitcoin as integration (#603)
Browse files Browse the repository at this point in the history
* feat: add bullbitcoin logo

* fix: dh link

* new bull

---------

Co-authored-by: Kilian <19181985+kilrau@users.noreply.github.com>
  • Loading branch information
dni and kilrau authored May 28, 2024
1 parent bd3e00a commit f305eaf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/assets/bull-bitcoin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/pages/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ export const Hero = () => {
target="_blank"
class="geyser"></a>
</div>
<div>
<a
href="https://www.bullbitcoin.com/"
target="_blank"
class="bull-bitcoin"></a>
</div>
</div>
<h2 class="special headline">{t("partners")}</h2>
<div id="partners">
Expand All @@ -206,7 +212,7 @@ export const Hero = () => {
</div>
<div>
<a
href="https://www.diamondhands.community/"
href="https://diamondhands.technology/"
target="_blank"
class="diamondhands"></a>
</div>
Expand Down
8 changes: 8 additions & 0 deletions src/style/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ h3 {
width: 120px;
height: 40px;
}
.bull-bitcoin {
display: inline-block;
background: url(../assets/bull-bitcoin.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 180px;
height: 41px;
}

#partners,
#integrations {
Expand Down

0 comments on commit f305eaf

Please sign in to comment.