Openstatus www.openstatus.dev
6
fork

Configure Feed

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

fix: font-height

+1 -1
+1 -1
apps/web/src/app/(content)/features/_components/hero.tsx
··· 15 15 )} 16 16 {...props} 17 17 > 18 - <h1 className="text-center font-cal text-5xl">{title}</h1> 18 + <h1 className="text-center font-cal text-5xl leading-tight">{title}</h1> 19 19 <h2 className="mx-auto max-w-md text-center text-lg text-muted-foreground md:max-w-xl md:text-xl"> 20 20 {subTitle} 21 21 </h2>