From c4245d16b8b2cf3e097d9b93c517d63d9cf49292 Mon Sep 17 00:00:00 2001 From: Taras Oliynyk <49455800+OliynykPro@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:51:03 +0200 Subject: [PATCH] fix: Main page UI fixes (#477) Co-authored-by: Taras Oliynyk --- explorer/src/assets/locales/en/en.json | 5 ++- explorer/src/components/Buttons/index.tsx | 5 +-- explorer/src/components/Buttons/interface.ts | 1 + explorer/src/index.css | 12 +++++-- .../src/pages/Home/components/Info/index.tsx | 2 +- .../pages/Home/components/Issuer/index.tsx | 35 +++++++++++++++---- .../pages/Home/components/Issuers/index.tsx | 2 +- .../Home/components/TitleSearch/index.tsx | 13 ++----- explorer/src/pages/Home/data.tsx | 20 +++++------ explorer/src/routes/constants.ts | 1 - explorer/tailwind.config.js | 1 + 11 files changed, 61 insertions(+), 36 deletions(-) diff --git a/explorer/src/assets/locales/en/en.json b/explorer/src/assets/locales/en/en.json index 44c9ecfc..7b54d2bd 100644 --- a/explorer/src/assets/locales/en/en.json +++ b/explorer/src/assets/locales/en/en.json @@ -43,10 +43,9 @@ } }, "home": { - "title": "Boost your Dapps with Verax Explorer", - "subtitle": "The Ultimate Public Attestation Registry", + "title": "Verax is an open source, public registry for storing attestations", "issuers": { - "title": "Explore Issuers" + "title": "Explore the Verax Ecosystem" }, "info": { "issueYourAttestation": "Want to issue your own attestation?", diff --git a/explorer/src/components/Buttons/index.tsx b/explorer/src/components/Buttons/index.tsx index c5f555b7..91962c08 100644 --- a/explorer/src/components/Buttons/index.tsx +++ b/explorer/src/components/Buttons/index.tsx @@ -10,16 +10,17 @@ export const Button: React.FC = ({ iconLeft, iconRight, height = "h-12", + isSmall = false, }) => { return (