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): add cursor pointer for cta

Sam Sauer abcbab26 0424260b

+1 -1
+1 -1
app/components/Waitlist.tsx
··· 232 232 <button 233 233 type="submit" 234 234 disabled={loading} 235 - className="group inline-flex items-center gap-2 rounded-full bg-charcoal py-0 pl-[14px] pr-[3px] font-['Instrument_Sans'] text-[18px] font-medium leading-[200%] tracking-[-0.6px] text-linen transition-all hover:bg-transparent hover:text-charcoal" 235 + className="group inline-flex cursor-pointer items-center gap-2 rounded-full bg-charcoal py-0 pl-[14px] pr-[3px] font-['Instrument_Sans'] text-[18px] font-medium leading-[200%] tracking-[-0.6px] text-linen transition-all hover:bg-transparent hover:text-charcoal" 236 236 > 237 237 join 238 238 <ArrowCircleRightIcon