Skip to content

Commit 3b79de3

Browse files
authored
Update contact.html
1 parent b7b6afc commit 3b79de3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

contact.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"mainEntity": {
8888
"@type": "Organization",
8989
"name": "Distributed Ledger Technologies",
90-
"email": "david@knexmail.com",
90+
"email": "contact@distributedledgertechnologies.com",
9191
"url": "https://distributedledgertechnologies.com"
9292
}
9393
}
@@ -1982,7 +1982,7 @@ <h3 class="success-title">Message Sent Successfully</h3>
19821982
<div class="contact-info-content">
19831983
<div class="contact-info-label">Email</div>
19841984
<div class="contact-info-value">
1985-
<a href="mailto:david@knexmail.com">david@knexmail.com</a>
1985+
<a href="mailto:contact@distributedledgertechnologies.com">david</a>
19861986
</div>
19871987
</div>
19881988
</div>
@@ -2350,7 +2350,7 @@ <h3 class="success-title">Message Sent Successfully</h3>
23502350
);
23512351

23522352
// Open email client
2353-
window.location.href = `mailto:david@knexmail.com?subject=${subject}&body=${body}`;
2353+
window.location.href = `mailto:contact@distributedledgertechnologies.com?subject=${subject}&body=${body}`;
23542354

23552355
// Show success anyway
23562356
setTimeout(() => {

0 commit comments

Comments
 (0)