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
28
pulls
pipelines
remove help text
awarm.space
1 month ago
cdd3b7ba
d47528cd
-3
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
reader
InboxContent.tsx
-3
app/(home-pages)/reader/InboxContent.tsx
···
83
83
return (
84
84
<div className="flex flex-row gap-6 w-full ">
85
85
<div className="flex flex-col gap-6 w-full relative">
86
86
-
<div className="text-sm text-tertiary italic">
87
87
-
Inbox collects posts from publications you are subscribed to
88
88
-
</div>
89
86
{sortedPosts.map((p) => (
90
87
<PostListing {...p} key={p.documents.uri} />
91
88
))}