Skip to content

Commit

Permalink
As a user, I want to easily access Verax documentation and website (#850
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Chirag-S-Kotian authored Dec 2, 2024
1 parent 64e030a commit a668ee1
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://www.ver.ax",
},
additionalClass: "bg-surface-darkGrey dark:bg-surface-darkGreyDark",
},
Expand Down

0 comments on commit a668ee1

Please sign in to comment.