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.

fix(Waitlist): dim mobile profile icons

Sam Sauer a33e77d3 a3c20c50

+1 -1
+1 -1
app/components/Waitlist.tsx
··· 56 56 {avatars.map((avatar, i) => ( 57 57 <div 58 58 key={i} 59 - className={`absolute rounded-full ${colors[i]} opacity-90`} 59 + className={`absolute rounded-full ${colors[i]} opacity-40 lg:opacity-90`} 60 60 style={{ 61 61 top: avatar.top, 62 62 left: "left" in avatar ? avatar.left : undefined,