a tool for shared writing and social publishing

remove different 'explore publications' discover text

+5 -1
+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 + <p className="text-lg text-secondary italic mb-2"> 66 + Explore publications on Leaflet ✨ Or{" "} 67 + <Link href="/lish/createPub">make your own</Link>! 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 - subtext={"Explore publications!"} 145 + subtext="" 146 146 className={props.current ? "bg-bg-page! border-border-light!" : ""} 147 147 /> 148 148 </Link>