a tool for shared writing and social publishing

add discover page link in HelpPopover

+6 -5
+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 - {/* about leaflet */} 27 - {/* <div> 28 - Welcome to <strong>Leaflet</strong> — a fun, fast, easy-to-share 29 - document editor. 30 - </div> */} 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 + <HelpLink 30 + text="✨ Explore Publications" 31 + url="https://leaflet.pub/discover" 32 + /> 33 33 <HelpLink text="📣 Newsletter" url="https://buttondown.com/leaflet" /> 34 + {/* contact links */} 34 35 <div className="columns-2 gap-2"> 35 36 <HelpLink 36 37 text="🦋 Bluesky"