a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

replace one more new doc button Link with a tag

Brendan Schlagel (May 23, 2026, 4:39 PM EDT) 2d399a41 adfe7602

+2 -2
+2 -2
app/about/Pricing.tsx
··· 40 40 <p className="text-[1rem]! text-center text-tertiary text-snug pb-3"> 41 41 Basic Leaflet is free for everyone 42 42 </p> 43 - <Link href="/new?welcomeModal" className="no-underline!"> 43 + <a href="/new?welcomeModal" className="no-underline!"> 44 44 <ButtonPrimary 45 45 fullWidth 46 46 className=" bg-[#57822B]! border-[#57822B]! hover:outline-[#57822B]! text-white! text-[1rem] sm:text-[1.25rem]!" 47 47 > 48 48 Start Writing 49 49 </ButtonPrimary> 50 - </Link> 50 + </a> 51 51 <hr className="border-border-light" /> 52 52 53 53 <ul className=" text-[1rem] sm:text-[1.25rem]! flex flex-col gap-2 mt-3 text-secondary pb-3 pt-2">