aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-06-06 18:25:33 -0500
committerEv Bogue <ev@evbogue.com>2019-06-06 18:25:33 -0500
commit01d1a50a5a22e9af4ea30d4eb0dc7bd69118694b (patch)
tree922432594c09a2485c5b9f2c0199893dc18b5d09 /app.js
parentdc7c6bb55c50a17df6ad8c4ac5442143df11194a (diff)
change git repo to just git
Diffstat (limited to 'app.js')
-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)