change API doc url in webhook and API token in menu

This commit is contained in:
prafull-opensignlabs
2024-01-24 23:38:49 +05:30
parent bbedb13f3e
commit 00e9396590
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -140,7 +140,11 @@ function GenerateToken() {
</button>
<button
type="button"
onClick={() => openInNewTab("https://docs.opensignlabs.com")}
onClick={() =>
openInNewTab(
"https://docs.opensignlabs.com/docs/API-docs/opensign-api-v-1"
)
}
className="rounded hover:bg-[#15b4e9] border-[1px] border-[#15b4e9] text-[#15b4e9] hover:text-white px-11 py-2 text-xs md:text-base focus:outline-none"
>
View Docs
+5 -1
View File
@@ -122,7 +122,11 @@ function Webhook() {
</button>
<button
type="button"
onClick={() => openInNewTab("https://docs.opensignlabs.com")}
onClick={() =>
openInNewTab(
"https://docs.opensignlabs.com/docs/API-docs/opensign-api-v-1"
)
}
className="rounded hover:bg-[#15b4e9] border-[1px] border-[#15b4e9] text-[#15b4e9] hover:text-white px-11 py-2 text-xs md:text-base focus:outline-none"
>
View Docs