Contact email

This commit is contained in:
Ian Gulliver
2018-11-20 20:11:21 +00:00
parent 089537b5f1
commit 8c19ae6134
2 changed files with 4 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ class PassMate {
this.recoveryIn.addEventListener('input', () => {
this.onRecoveryChange();
});
this.addElement('h2', overview, 'Questions? Suggestions?');
this.addElement('blurb', overview, 'Contact ian@passmate.io');
}
addPages(container, numPages) {