diff options
| author | Ev Bogue <ev@evbogue.com> | 2019-06-06 18:25:33 -0500 | 
|---|---|---|
| committer | Ev Bogue <ev@evbogue.com> | 2019-06-06 18:25:33 -0500 | 
| commit | 01d1a50a5a22e9af4ea30d4eb0dc7bd69118694b (patch) | |
| tree | 922432594c09a2485c5b9f2c0199893dc18b5d09 | |
| parent | dc7c6bb55c50a17df6ad8c4ac5442143df11194a (diff) | |
change git repo to just git
| -rw-r--r-- | app.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
