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
fix empty subs state
awarm.space
1 month ago
00eacbbf
96f8d6bd
+2
-2
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
reader
InboxContent.tsx
+2
-2
app/(home-pages)/reader/InboxContent.tsx
···
112
112
<div className="flex flex-col gap-2 container bg-[rgba(var(--bg-page),.7)] sm:p-4 p-3 justify-between text-center text-tertiary">
113
113
Nothing to read yet… <br />
114
114
Subscribe to publications and find their posts here!
115
115
-
<Link href={"/discover"}>
115
115
+
<Link href={"/reader/hot"}>
116
116
<ButtonPrimary className="mx-auto place-self-center">
117
117
-
<DiscoverSmall /> Discover Publications
117
117
+
<DiscoverSmall /> See what posts people are reading!
118
118
</ButtonPrimary>
119
119
</Link>
120
120
</div>