The source code for our eny.social landing page, which is mirrored in a different repository as part of the CI setup. eny.social
social-network eny local-first
2
fork

Configure Feed

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

Merge branch 'feature/Enysocial-MVP-Tasks' into mirror/main

+1 -1
+1 -1
app/components/ValueCards.tsx
··· 37 37 return ( 38 38 <section id="values" className="relative py-24"> 39 39 <div className="relative"> 40 - <div className="hide-scrollbar flex touch-pan-x gap-6 overflow-x-auto overflow-y-hidden overscroll-x-contain pb-4 -ml-[140px] -mr-[140px] lg:-ml-[80px] lg:-mr-[80px] pl-0 pr-0 lg:justify-center items-center"> 40 + <div className="hide-scrollbar flex gap-6 overflow-x-auto overflow-y-hidden pb-4 -ml-[140px] -mr-[140px] lg:-ml-[80px] lg:-mr-[80px] pl-0 pr-0 lg:justify-center items-center"> 41 41 {cards.map((card, i) => ( 42 42 <FadeIn key={i} delay={i * 120}> 43 43 <div