a tool for shared writing and social publishing

add help button back to popover

+1
+1
app/home/Actions/Actions.tsx
··· 16 16 {identity ? <AccountSettings /> : <LoginActionButton />} 17 17 {/*<HelpPopover noShortcuts />*/} 18 18 <ThemePopover entityID={rootEntity} home /> 19 + <HelpPopover /> 19 20 </> 20 21 ); 21 22 };