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 (