From be5ca63541603d640b2975bc3addba93d5491fbf Mon Sep 17 00:00:00 2001 From: voenkomatiwe Date: Mon, 8 Jan 2024 18:51:37 +0200 Subject: [PATCH] fix: header logo in dark mode and jumbotron --- explorer/src/assets/locales/en/en.json | 2 +- .../src/assets/logo/verax-logo-dark-mode.svg | 20 +++++++++---------- .../pages/Home/components/Jumbotron/index.tsx | 3 ++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/explorer/src/assets/locales/en/en.json b/explorer/src/assets/locales/en/en.json index 789c4074..ddf3cabd 100644 --- a/explorer/src/assets/locales/en/en.json +++ b/explorer/src/assets/locales/en/en.json @@ -52,7 +52,7 @@ "home": { "title": "Your Reputation Under Your Control", "description": "Explore the ecosystem to find out how you can unlock your data from across the web and share it with the world on your own terms", - "exploreEcosystem": "or explore the ecosystem", + "exploreEcosystem": "or explore the ecosystem . . .", "info": { "issueYourAttestation": "Want to issue your own attestation?", "aboutVerax": "Want to know more about Verax?" diff --git a/explorer/src/assets/logo/verax-logo-dark-mode.svg b/explorer/src/assets/logo/verax-logo-dark-mode.svg index 8a904026..532bc3db 100644 --- a/explorer/src/assets/logo/verax-logo-dark-mode.svg +++ b/explorer/src/assets/logo/verax-logo-dark-mode.svg @@ -1,31 +1,31 @@ - - - - + + + + - + diff --git a/explorer/src/pages/Home/components/Jumbotron/index.tsx b/explorer/src/pages/Home/components/Jumbotron/index.tsx index 5fa8330b..8a6b6af3 100644 --- a/explorer/src/pages/Home/components/Jumbotron/index.tsx +++ b/explorer/src/pages/Home/components/Jumbotron/index.tsx @@ -1,5 +1,6 @@ import { t } from "i18next"; import { ArrowUpRight } from "lucide-react"; +import { Trans } from "react-i18next"; import { Button } from "@/components/Buttons"; import { EButtonType } from "@/components/Buttons/enum"; @@ -24,7 +25,7 @@ export const Jumbotron: React.FC = () => { iconRight={} />

- {t("home.exploreEcosystem")} + }} />