a tool for shared writing and social publishing
0
fork

Configure Feed

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

some leaflets to Leaflets and other copy tweaks

+8 -8
+2 -2
app/[leaflet_id]/page.tsx
··· 39 39 <div className="w-screen h-screen flex place-items-center bg-bg-leaflet"> 40 40 <div className="bg-bg-page mx-auto p-4 border border-border rounded-md flex flex-col text-center justify-centergap-1 w-fit"> 41 41 <div className="font-bold"> 42 - Hmmm... Couldn&apos;t find that leaflet. 42 + Hmmm…we couldn&apos;t find that Leaflet. 43 43 </div> 44 44 <div> 45 45 You can{" "} 46 - <a href="mailto:contact@hyperlink.academy" target="blank"> 46 + <a href="mailto:contact@leaflet.pub" target="blank"> 47 47 email us 48 48 </a>{" "} 49 49 for help!
+2 -2
app/home/HomeHelp.tsx
··· 26 26 <strong>If you clear your cookies, they&apos;ll disappear.</strong> 27 27 </p> 28 28 <p> 29 - Please <a href="mailto:contact@hyperlink.academy">contact us</a> for 30 - help recovering Leaflets! 29 + Please <a href="mailto:contact@leaflet.pub">contact us</a> for help 30 + recovering Leaflets! 31 31 </p> 32 32 </div> 33 33 </Popover>
+1 -1
app/login/LoginForm.tsx
··· 116 116 <div className="flex flex-col"> 117 117 <h3 className="text-primary">Log In or Sign Up</h3> 118 118 <div className=" text-secondary"> 119 - Save your leaflets and access them on multiple devices! 119 + Save your Leaflets and access them on multiple devices! 120 120 </div> 121 121 </div> 122 122 <form onSubmit={handleSubmitEmail} className="flex flex-col gap-2">
+1 -1
components/HelpPopover.tsx
··· 41 41 /> 42 42 <HelpLink 43 43 text="🍃 Email us feedback" 44 - url="mailto:contact@hyperlink.academy" 44 + url="mailto:contact@leaflet.pub" 45 45 /> 46 46 <HelpLink 47 47 text="📄 Terms and Privacy Policy"
+2 -2
components/ShareOptions/index.tsx
··· 91 91 <> 92 92 <ShareButton 93 93 text="Offer Template" 94 - subtext="Let people create new leaflets using this as a template" 94 + subtext="Let people create new Leaflets using this as a template" 95 95 smokerText="Template link copied!" 96 96 id="get-template-link" 97 97 link={`template/${publishLink}` || ""} ··· 111 111 subtext=<> 112 112 {domains?.[0] ? ( 113 113 <> 114 - This leaflet is published on{" "} 114 + This Leaflet is published on{" "} 115 115 <span className="italic underline"> 116 116 {domains[0].domain} 117 117 {domains[0].route}