Files
shadcn-ui/apps/www/components/examples/typography/h4.tsx
2023-01-24 19:51:29 +04:00

8 lines
170 B
TypeScript

export function TypographyH4() {
return (
<h4 className="mt-8 scroll-m-20 text-xl font-semibold tracking-tight">
People stopped telling jokes
</h4>
)
}