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
27
pulls
pipelines
fix link to published posts
awarm.space
7 months ago
9b4e8269
f0c26643
+2
2 changed files
expand all
collapse all
unified
split
app
lish
[did]
[publication]
dashboard
PublishedPostsLists.tsx
components
ShareOptions
index.tsx
+1
app/lish/[did]/[publication]/dashboard/PublishedPostsLists.tsx
···
143
143
subtext=""
144
144
smokerText="Post link copied!"
145
145
id="get-post-link"
146
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
168
+
fullLink={postLink.includes("http") ? postLink : undefined}
168
169
link={postLink}
169
170
/>
170
171
</>