a demonstration replicated social networking web app built with anproto wiredove.net/
social ed25519 protocols

switch publish button order

+3 -3
+3 -3
composer.js
··· 76 76 previewButton 77 77 ]) 78 78 79 - const content = h('div') 79 + const content = h('div', {style: 'margin-left: 43px;'}) 80 80 81 81 const previewDiv = h('div', {style: 'display: none;'}, [ 82 82 content, 83 + publishButton, 83 84 h('button', {style: 'float: right;', onclick: () => { 84 85 textareaDiv.style = 'display: block;' 85 86 previewDiv.style = 'display: none;' 86 - }}, ['Cancel']), 87 - publishButton 87 + }}, ['Cancel']) 88 88 ]) 89 89 90 90 const composerDiv = h('div', [