UI fixes
This commit is contained in:
parent
fcc14171bf
commit
1d48cfbf9a
21
index.html
21
index.html
@ -923,7 +923,8 @@
|
||||
}
|
||||
function handleFileChange(e) {
|
||||
e.preventDefault();
|
||||
setSelectedFile(e.target.files[0]);
|
||||
if (e.target.files.length > 0)
|
||||
setSelectedFile(e.target.files[0]);
|
||||
}
|
||||
async function uploadFile() {
|
||||
if (!selectedIdProof) {
|
||||
@ -1049,13 +1050,13 @@
|
||||
<legend>C. Declaration of legal origin and accuracy of the information</legend>
|
||||
<ol class="grid gap-1-5" type="a">
|
||||
<li>
|
||||
All the values that we (I) deliver will have an origin that in no way will be related to the cultivation, production, manufacture, storage or transport or illicit traffic of narcotic or psychotropic substances or any other related illegal activity, nor will we (I) admit that third parties make deposits in accounts in our (my) charge with funds coming from the above mentioned activities or those foreseen by the Anti-Money Laundering Law, allowing any investigation procedure by PROJECT B EL SALVADOR or the corresponding authorities.
|
||||
All the values that we (I) deliver will have an origin that in no way will be related to the cultivation, production, manufacture, storage or transport or illicit traffic of narcotic or psychotropic substances or any other related illegal activity, nor will we (I) admit that third parties make deposits in accounts in our (my) charge with funds coming from the above mentioned activities or those foreseen by the Anti-Money Laundering Law, allowing any investigation procedure by <strong>Project B El Salvador</strong> or the corresponding authorities.
|
||||
</li>
|
||||
<li>
|
||||
The information provided in this instrument to PROJECT B EL SALVADOR is true and may be verified at any time.
|
||||
The information provided in this instrument to <strong>Project B El Salvador</strong> is true and may be verified at any time.
|
||||
</li>
|
||||
<li>
|
||||
We exempt PROJECT B from any liability arising from erroneous, false, or inaccurate information that we (I) have (would have) provided in this document or from the violation thereof.
|
||||
We exempt <strong>Project B El Salvador</strong> from any liability arising from erroneous, false, or inaccurate information that we (I) have (would have) provided in this document or from the violation thereof.
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
@ -1119,12 +1120,12 @@
|
||||
<legend>Select KYC verifier</legend>
|
||||
${issuersList}
|
||||
</fieldset>
|
||||
<div class="multi-state-button">
|
||||
<button id="upload_file_button" class="button button--primary flex-1 gap-0-5" onclick=${uploadFile}>
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><g><rect fill="none" height="24" width="24"/></g><g><path d="M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z"/></g></svg>
|
||||
Upload
|
||||
</button>
|
||||
</div>
|
||||
<div class="multi-state-button">
|
||||
<button id="upload_file_button" class="button button--primary flex-1 gap-0-5" onclick=${uploadFile}>
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><g><rect fill="none" height="24" width="24"/></g><g><path d="M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z"/></g></svg>
|
||||
Upload
|
||||
</button>
|
||||
</div>
|
||||
`: ''}
|
||||
`
|
||||
})()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user