Files
shadcn-ui/apps/www/registry/default/example/typography-h4.tsx
2023-06-22 22:44:52 +04:00

8 lines
173 B
TypeScript

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