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 discover page link in HelpPopover
schlage.town
7 months ago
fbe48234
bda40f62
+6
-5
1 changed file
expand all
collapse all
unified
split
components
HelpPopover.tsx
+6
-5
components/HelpPopover.tsx
···
23
23
trigger={<ActionButton icon={<HelpSmall />} label="About" />}
24
24
>
25
25
<div className="flex flex-col text-sm gap-2 text-secondary">
26
26
-
{/* about leaflet */}
27
27
-
{/* <div>
28
28
-
Welcome to <strong>Leaflet</strong> — a fun, fast, easy-to-share
29
29
-
document editor.
30
30
-
</div> */}
26
26
+
{/* about links */}
31
27
<HelpLink text="📖 Leaflet Manual" url="https://about.leaflet.pub" />
32
28
<HelpLink text="💡 Make with Leaflet" url="https://make.leaflet.pub" />
29
29
+
<HelpLink
30
30
+
text="✨ Explore Publications"
31
31
+
url="https://leaflet.pub/discover"
32
32
+
/>
33
33
<HelpLink text="📣 Newsletter" url="https://buttondown.com/leaflet" />
34
34
+
{/* contact links */}
34
35
<div className="columns-2 gap-2">
35
36
<HelpLink
36
37
text="🦋 Bluesky"