a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 };