aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 8275e5e..e1777df 100644
--- a/app.js
+++ b/app.js
@@ -76,7 +76,7 @@ keys().then(key => {
h('li', [h('a', {href: '#' + key.publicKey}, [getName(key.publicKey)])]),
h('li', [h('a', {href: '#key'}, ['Key'])]),
h('li', [h('a', {href: '#pubs'}, ['Pubs'])]),
- h('li', {classList: 'right'}, [h('a', {href: 'http://github.com/bogbook/bog/'}, ['Git Repo'])])
+ h('li', {classList: 'right'}, [h('a', {href: 'http://github.com/bogbook/bog/'}, ['Git'])])
])
])
document.body.appendChild(navbar)