From a0472e7d89d2398f99bdf9844365d706a571b52c Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 5 Apr 2024 12:18:41 +0800 Subject: [PATCH] chore: update dead links --- src/components/guides/deploy-panel.tsx | 2 +- src/components/guides/issue-panel.tsx | 2 +- src/components/guides/revoke-panel.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/guides/deploy-panel.tsx b/src/components/guides/deploy-panel.tsx index c58cb25..00474b7 100644 --- a/src/components/guides/deploy-panel.tsx +++ b/src/components/guides/deploy-panel.tsx @@ -146,7 +146,7 @@ const stepComplete: ShepherdOptionsWithType = {

You have successfully created your document store, the new document store address will be auto populated.

You can begin to issue or revoke documents using the new document store.

For more information on document store, Please visit - + OpenAttestation Document

`, diff --git a/src/components/guides/issue-panel.tsx b/src/components/guides/issue-panel.tsx index 59af6c2..fcfb0e8 100644 --- a/src/components/guides/issue-panel.tsx +++ b/src/components/guides/issue-panel.tsx @@ -131,7 +131,7 @@ const stepComplete: ShepherdOptionsWithType = { text: `

You have successfully issued your document

For more information on issuing documents, Please visit - + OpenAttestation Documentation.

diff --git a/src/components/guides/revoke-panel.tsx b/src/components/guides/revoke-panel.tsx index fa2f118..66ecaf7 100644 --- a/src/components/guides/revoke-panel.tsx +++ b/src/components/guides/revoke-panel.tsx @@ -138,7 +138,7 @@ const stepComplete: ShepherdOptionsWithType = { text: `

You have successfully revoked your document

For more information on revoking documents, Please visit - + OpenAttestation Documentation.