tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
add help button back to popover
awarm.space
5 months ago
9043dd80
d17afc28
+1
1 changed file
expand all
collapse all
unified
split
app
home
Actions
Actions.tsx
+1
app/home/Actions/Actions.tsx
···
16
16
{identity ? <AccountSettings /> : <LoginActionButton />}
17
17
{/*<HelpPopover noShortcuts />*/}
18
18
<ThemePopover entityID={rootEntity} home />
19
19
+
<HelpPopover />
19
20
</>
20
21
);
21
22
};