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.

feat(ButtonCta): add ghost hover state

Sam Sauer 21dd45a4 3bc1c6fb

+1 -1
+1 -1
app/components/ui/ButtonCta.tsx
··· 10 10 return ( 11 11 <a 12 12 href={href} 13 - className={`group inline-flex items-center gap-2 rounded-full bg-charcoal py-0 pl-[14px] pr-[3px] font-['Instrument_Sans'] text-[20px] font-medium leading-[200%] tracking-[-0.6px] text-linen transition-colors hover:bg-tangerine ${className}`} 13 + className={`group inline-flex items-center gap-2 rounded-full bg-charcoal py-0 pl-[14px] pr-[3px] font-['Instrument_Sans'] text-[20px] font-medium leading-[200%] tracking-[-0.6px] text-linen transition-all border-2 border-transparent hover:bg-transparent hover:border-charcoal hover:text-charcoal ${className}`} 14 14 > 15 15 {children} 16 16 <ArrowCircleRightIcon