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 different 'explore publications' discover text
schlage.town
5 months ago
49f85f4b
78088053
+5
-1
2 changed files
expand all
collapse all
unified
split
app
discover
page.tsx
components
ActionBar
Navigation.tsx
+4
app/discover/page.tsx
···
62
62
<div className="max-w-prose mx-auto w-full">
63
63
<div className="discoverHeader flex flex-col items-center text-center pt-2 px-4">
64
64
<h1>Discover</h1>
65
65
+
<p className="text-lg text-secondary italic mb-2">
66
66
+
Explore publications on Leaflet ✨ Or{" "}
67
67
+
<Link href="/lish/createPub">make your own</Link>!
68
68
+
</p>
65
69
</div>
66
70
<SortedPublicationList publications={publications} order={props.order} />
67
71
</div>
+1
-1
components/ActionBar/Navigation.tsx
···
142
142
nav
143
143
icon={<DiscoverSmall />}
144
144
label="Discover"
145
145
-
subtext={"Explore publications!"}
145
145
+
subtext=""
146
146
className={props.current ? "bg-bg-page! border-border-light!" : ""}
147
147
/>
148
148
</Link>