git ssb

16+

Dominic / patchbay



Commit 80b4d8ac8c084a4019c0623e0b0c409fc88c50ae

fix /shortcuts links

mixmix committed on 10/30/2018, 8:14:02 AM
Parent: 4ef413ff55bf01d7d8861576873a1c609c28d82b

Files changed

app/page/shortcuts.jschanged
app/page/shortcuts.jsView
@@ -22,10 +22,10 @@
2222 })
2323
2424 function menuItem () {
2525 return h('a', {
26- 'ev-click': () => api.app.sync.goTo({ page: 'blogs' })
27- }, '/blogs')
26 + 'ev-click': () => api.app.sync.goTo({ page: 'shortcuts' })
27 + }, '/shortcuts')
2828 }
2929
3030 function shortcutsPage (location) {
3131 const page = h('Shortcuts', [

Built with git-ssb-web