a tool for shared writing and social publishing

fix link to published posts

+2
+1
app/lish/[did]/[publication]/dashboard/PublishedPostsLists.tsx
··· 143 143 subtext="" 144 144 smokerText="Post link copied!" 145 145 id="get-post-link" 146 + fullLink={postLink?.includes("https") ? postLink : undefined} 146 147 link={postLink} 147 148 /> 148 149
+1
components/ShareOptions/index.tsx
··· 165 165 subtext="" 166 166 smokerText="Post link copied!" 167 167 id="get-post-link" 168 + fullLink={postLink.includes("http") ? postLink : undefined} 168 169 link={postLink} 169 170 /> 170 171 </>