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

@@ -55,7 +55,6 @@ h2 {
font-family: 'proxima-nova';
font-weight: 600;
align-self: center;
margin-block-start: 0.5em;
}
/**********
@@ -78,6 +77,7 @@ overview > owner {
overview > recovery {
margin-top: 0;
margin-bottom: 1em;
}
/**********

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) {