Link fixes

This commit is contained in:
sairaj mote 2023-04-02 03:07:51 +05:30
parent c5208b0600
commit dc335b550a
3 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@
</svg>
RanchiMall
</h1>
<a href="/chainkyc/manage.html" class="button button--colored margin-left-auto">For officials</a>
<a href="/kyc/manage.html" class="button button--colored margin-left-auto">For officials</a>
<theme-toggle></theme-toggle>
</header>
<section id="verification_section" class="grid gap-1-5">

View File

@ -29,7 +29,7 @@
</div>
<article>
<header class="flex space-between">
<a href="/chainkyc">
<a href="/kyc">
<h1 class="flex align-items-center" style="font-size: 1rem;">
<svg class="icon" style="margin-right:0.3rem" viewBox="0 0 96 108" xml:space="preserve">
<path d="M90.2,102.5c-2.4-8.2-9.9-14.5-27.4-23.1c-7.1-3.5-11.8-6.2-14-8.3c-1.7-1.6-3.5-4-4.2-5.5c-0.7-1.7-0.7-5.5,0-7.5

View File

@ -219,7 +219,6 @@ function getApprovedKycs() {
});
break;
case 'REVOKE_KYC':
console.log(operationData)
operationData.split(',').forEach(address => {
if (!floGlobals.approvedKyc[address]) return
floGlobals.approvedKyc[address].validTo = time * 1000;