aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app.js b/app.js
index 7892593..5aa7d1e 100644
--- a/app.js
+++ b/app.js
@@ -29,6 +29,10 @@ keys().then(key => {
h('li', [h('a', {href: '#' + key.publicKey},
[
getImage(key.publicKey, keys),
+ ])
+ ]),
+ h('li', [h('a', {href: '#' + key.publicKey},
+ [
getName(key.publicKey, keys)
])
]),