a tool for shared writing and social publishing
0
fork

Configure Feed

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

edit share button copy to be more consistent and minimal

+10 -10
+10 -10
components/ShareOptions/index.tsx
··· 90 90 {isTemplate && ( 91 91 <> 92 92 <ShareButton 93 - text="Offer Template" 94 - subtext="Let people create new Leaflets using this as a template" 93 + text="Share Template" 94 + subtext="Let others make new Leaflets as copies of this template" 95 95 smokerText="Template link copied!" 96 96 id="get-template-link" 97 97 link={`template/${publishLink}` || ""} ··· 100 100 </> 101 101 )} 102 102 <ShareButton 103 - text="Collaborate" 104 - subtext="Invite people to edit together" 105 - smokerText="Collab link copied!" 106 - id="get-collab-link" 103 + text="Share Edit Link" 104 + subtext="" 105 + smokerText="Edit link copied!" 106 + id="get-edit-link" 107 107 link={collabLink} 108 108 /> 109 109 <ShareButton 110 - text="Publish" 110 + text="Share View Link" 111 111 subtext=<> 112 112 {domains?.[0] ? ( 113 113 <> ··· 118 118 </span> 119 119 </> 120 120 ) : ( 121 - "Send the read-only version" 121 + "" 122 122 )} 123 123 </> 124 - smokerText="Publish link copied!" 125 - id="get-publish-link" 124 + smokerText="View link copied!" 125 + id="get-view-link" 126 126 fullLink={ 127 127 domains?.[0] 128 128 ? `https://${domains[0].domain}${domains[0].route}`