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.

refactor(Hero): add strikethrough keywords

+8 -2
+8 -2
app/components/Hero.tsx
··· 98 98 </FadeIn> 99 99 <FadeIn delay={600}> 100 100 <p className="section-copy lg:pl-[calc(100%/4)] text-right"> 101 - <strong>No algorithms</strong> shaping your reality. 102 - Decentralized. Built and hosted in <strong>Europe</strong>. 101 + <strong> 102 + <strike>No algorithms</strike> 103 + </strong>{" "} 104 + shaping your reality. 105 + <br /> 106 + Built and hosted in <strong>Europe</strong>. 107 + <br /> 108 + Decentralized. 103 109 </p> 104 110 </FadeIn> 105 111 </div>