a tool for shared writing and social publishing
0

Configure Feed

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

oops forgot some imports

celine (May 28, 2026, 6:39 PM EDT) 9a41197a 133863c6

+3 -3
+1 -1
app/about/AboutPage.tsx
··· 26 26 <div className="aboutCover relative max-w-full mx-auto w-[960px] flex flex-col gap-3 sm:gap-4"> 27 27 <h1 className={`hidden`}>Leaflet</h1> 28 28 <img 29 - src="/about/HeroText.png" 29 + src="/about/HeroText.webp" 30 30 alt="" 31 31 className="absolute left-1/2 -translate-x-1/2 top-0 sm:top-[3%] z-10 w-[90%] sm:w-[75%]" 32 32 />
+2 -2
app/about/Features.tsx
··· 4 4 <div className="aboutSpotlightFeatures pt-16 sm:pt-32 flex flex-col gap-16 sm:gap-32"> 5 5 <div className="flex md:flex-row flex-col md:gap-12 gap-4 justify-center"> 6 6 <img 7 - src="/about/reach-audience.png" 7 + src="/about/reach-audience.webp" 8 8 alt="" 9 9 className="w-fill min-w-[160px] max-w-[720px] grow mx-auto" 10 10 /> ··· 27 27 </p> 28 28 </div> 29 29 <img 30 - src="/about/customize.png" 30 + src="/about/customize.webp" 31 31 alt="" 32 32 className="w-fill min-w-[160px] max-w-[720px] grow mx-auto" 33 33 />