Commit b708d9451bf87212991f70650ab8815c255380bd
add chat to the top nav
Ev Bogue committed on 6/27/2018, 1:56:17 PMParent: fe8f60f1993ff9fefc42117d627487b460e3963e
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -33,8 +33,9 @@ | ||
33 | 33 … | h('li', h('a', {href: '#' }, 'All')), |
34 | 34 … | h('li', h('a', {href: '#private' }, 'Private')), |
35 | 35 … | h('li', h('a', {href: '#mentions' }, 'Mentions')), |
36 | 36 … | h('li', h('a', {href: '#key' }, 'Key')), |
37 … | + h('li', h('a', {href: '#backchannel' }, 'Chat')), | |
37 | 38 … | h('li.right', h('a', {href: '#about'}, '?')) |
38 | 39 … | ) |
39 | 40 … | ) |
40 | 41 … |
Built with git-ssb-web