From de8e09b2495f3f35550ffc1c1cdc48e3a7a78bae Mon Sep 17 00:00:00 2001 From: Chirag Date: Mon, 2 Dec 2024 16:30:16 +0530 Subject: [PATCH 1/2] Update URLs in infoData buttons --- explorer/src/pages/Home/components/Info/data.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer/src/pages/Home/components/Info/data.tsx b/explorer/src/pages/Home/components/Info/data.tsx index 36cecef0..53b1bb3c 100644 --- a/explorer/src/pages/Home/components/Info/data.tsx +++ b/explorer/src/pages/Home/components/Info/data.tsx @@ -9,7 +9,7 @@ export const infoData = [ title: t("home.info.issueYourAttestation"), button: { name: t("common.actions.getStarted"), - url: "https://github.com/Consensys/linea-attestation-registry", + url: "https://docs.ver.ax/verax-documentation/developer-guides/for-attestation-issuers", }, additionalClass: "bg-surface-secondary dark:bg-surface-secondaryDark", }, @@ -18,7 +18,7 @@ export const infoData = [ title: t("home.info.aboutVerax"), button: { name: t("common.actions.learnMore"), - url: "https://docs.ver.ax/verax-documentation/", + url: "https://ver.ax", }, additionalClass: "bg-surface-darkGrey dark:bg-surface-darkGreyDark", }, From e969f90e3f364fcd579fec8352b645780e2cecfa Mon Sep 17 00:00:00 2001 From: Chirag Date: Mon, 2 Dec 2024 19:38:05 +0530 Subject: [PATCH 2/2] Update URLs in infoData buttons --- explorer/src/pages/Home/components/Info/data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/src/pages/Home/components/Info/data.tsx b/explorer/src/pages/Home/components/Info/data.tsx index 53b1bb3c..ea3fe0bd 100644 --- a/explorer/src/pages/Home/components/Info/data.tsx +++ b/explorer/src/pages/Home/components/Info/data.tsx @@ -18,7 +18,7 @@ export const infoData = [ title: t("home.info.aboutVerax"), button: { name: t("common.actions.learnMore"), - url: "https://ver.ax", + url: "https://www.ver.ax", }, additionalClass: "bg-surface-darkGrey dark:bg-surface-darkGreyDark", },