From 812185fe93c205241e3ef0fafec7f63d92e0b232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 3 May 2024 09:19:23 +0200 Subject: [PATCH] feat: add geyser integration --- src/assets/geyser.svg | 1 + src/pages/Hero.tsx | 6 ++++++ src/style/hero.scss | 8 ++++++++ 3 files changed, 15 insertions(+) create mode 100644 src/assets/geyser.svg diff --git a/src/assets/geyser.svg b/src/assets/geyser.svg new file mode 100644 index 00000000..ccc57b6a --- /dev/null +++ b/src/assets/geyser.svg @@ -0,0 +1 @@ + diff --git a/src/pages/Hero.tsx b/src/pages/Hero.tsx index bd18eef9..4ae6bd41 100644 --- a/src/pages/Hero.tsx +++ b/src/pages/Hero.tsx @@ -188,6 +188,12 @@ export const Hero = () => { target="_blank" class="marina"> +
+ +

{t("partners")}

diff --git a/src/style/hero.scss b/src/style/hero.scss index d58ac480..6c3f7fc4 100644 --- a/src/style/hero.scss +++ b/src/style/hero.scss @@ -245,6 +245,14 @@ h3 { width: 120px; height: 35px; } +.geyser { + display: inline-block; + background: url(../assets/geyser.svg); + background-size: 100%; + background-repeat: no-repeat; + width: 120px; + height: 40px; +} #partners, #integrations {