Skip to content

Commit

Permalink
Update URLs in infoData buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag-S-Kotian committed Dec 2, 2024
1 parent 0dcb079 commit de8e09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer/src/pages/Home/components/Info/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand All @@ -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",
},
Expand Down

0 comments on commit de8e09b

Please sign in to comment.