From f305eafafd6f1d033a6b1def12319c961c83abc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 28 May 2024 16:30:07 +0200 Subject: [PATCH] chore: add Bull Bitcoin as integration (#603) * feat: add bullbitcoin logo * fix: dh link * new bull --------- Co-authored-by: Kilian <19181985+kilrau@users.noreply.github.com> --- src/assets/bull-bitcoin.svg | 5 +++++ src/pages/Hero.tsx | 8 +++++++- src/style/hero.scss | 8 ++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/assets/bull-bitcoin.svg diff --git a/src/assets/bull-bitcoin.svg b/src/assets/bull-bitcoin.svg new file mode 100644 index 00000000..4a0aef97 --- /dev/null +++ b/src/assets/bull-bitcoin.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/pages/Hero.tsx b/src/pages/Hero.tsx index e6323a42..f36847ab 100644 --- a/src/pages/Hero.tsx +++ b/src/pages/Hero.tsx @@ -195,6 +195,12 @@ export const Hero = () => { target="_blank" class="geyser"> +
+ +

{t("partners")}

@@ -206,7 +212,7 @@ export const Hero = () => {
diff --git a/src/style/hero.scss b/src/style/hero.scss index 6c3f7fc4..8f7caab2 100644 --- a/src/style/hero.scss +++ b/src/style/hero.scss @@ -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 {