Skip to content

Commit c45d388

Browse files
committed
Added contact email. Securelay sdk dependency bumped to v0.0.8. Breaking change as keys have changed due to endpoint_id change in securelay.
1 parent abe989c commit c45d388

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

app/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Brief: Helper utilities.
33
*/
44

5-
import securelayEndpoint, * as securelay from 'https://cdn.jsdelivr.net/gh/securelay/api@v0.0.7/script.min.js';
5+
import securelayEndpoint, * as securelay from 'https://cdn.jsdelivr.net/gh/securelay/api@v0.0.8/script.min.js';
66
import {
77
set as idbSet,
88
setMany as idbSetMany,

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,18 @@ <h3>Inbox</h3>
307307
<div class="spa-page" id="contact">
308308
<section>
309309
<h3>Contact us</h3>
310-
<p>We are dogfooding by using Formonit to host Formonit's own contact page!</p>
311-
<p>Feel free to get in touch by submitting the following form.</p>
312-
<p>Alternatively, if you have a GitHub account, you can also reach us <a href="https://github.com/formonit/formonit.github.io/discussions/5">here</a>.</p>
310+
<p>We are dogfooding by using Formonit itself to host its own contact page!</p>
311+
<p>So, feel free to get in touch with us by submitting the following form.</p>
312+
<p>
313+
If you prefer to contact us by email instead, please mention "Formonit" in the subject.
314+
Our emailID is <a href="mailto:securelay.github.io@gmail.com?subject=Formonit">securelay.github.io@gmail.com</a>.
315+
</p>
316+
<p>
317+
Alternatively, if you have a GitHub account, you can also reach us
318+
<a href="https://github.com/formonit/formonit.github.io/discussions/5">here</a>.
319+
</p>
313320
<div class="my-2 ratio ratio-16x9">
314-
<iframe src="https://formonit.github.io/anon/BNa8kpb_9he%40alz2h" style="border:2px solid black;" title="Formonit's own contact page">
321+
<iframe src="https://formonit.github.io/anon/BvQ2I-cFl5p%40Xyr-s" style="border:2px solid black;" title="Formonit's own contact page">
315322
</iframe>
316323
</div>
317324
</section>

0 commit comments

Comments
 (0)