Files
shadcn-ui/apps/www/components/examples/typography/h4.tsx
2023-04-17 19:19:40 +04:00

8 lines
165 B
TypeScript

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