From 095cbc4b7340ba938b554a48beeaa50317693f57 Mon Sep 17 00:00:00 2001 From: Tobias Hagemann Date: Fri, 24 Nov 2023 14:17:04 +0100 Subject: [PATCH] moved hub group image --- i18n/de.yaml | 2 +- i18n/en.yaml | 2 +- layouts/hub/single.html | 2 +- .../img/{home/hub-group.png => hub/group-magic.png} | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename static/img/{home/hub-group.png => hub/group-magic.png} (100%) diff --git a/i18n/de.yaml b/i18n/de.yaml index 17e57544ae..9419d8ddc8 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -257,7 +257,7 @@ translation: "Managed anfragen" - id: hub_header_pricing translation: "Bereit loszulegen? Schau dir unsere Preisgestaltung an!" -- id: hub_header_hub_group_alt +- id: hub_header_group_magic_alt translation: "Cryptobot verbindet eine Gruppe von Menschen mit seinen magischen Fähigkeiten durch Zero-Knowledge-Verschlüsselung" - id: hub_video_title diff --git a/i18n/en.yaml b/i18n/en.yaml index 3948e5c03b..d625bc6d30 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -257,7 +257,7 @@ translation: "Request Managed" - id: hub_header_pricing translation: "Ready to get started? Check out our pricing plans!" -- id: hub_header_hub_group_alt +- id: hub_header_group_magic_alt translation: "Cryptobot connects a group of people with its magical abilities through zero-knowledge encryption" - id: hub_video_title diff --git a/layouts/hub/single.html b/layouts/hub/single.html index b1bc44577e..791654b93c 100644 --- a/layouts/hub/single.html +++ b/layouts/hub/single.html @@ -2,7 +2,7 @@
diff --git a/static/img/home/hub-group.png b/static/img/hub/group-magic.png similarity index 100% rename from static/img/home/hub-group.png rename to static/img/hub/group-magic.png