Files
shadcn-ui/apps/v4/examples/base/typography-h1.tsx
shadcn 62aef1117f fix
2026-01-08 21:27:27 +04:00

8 lines
204 B
TypeScript

export function TypographyH1() {
return (
<h1 className="scroll-m-20 text-center text-4xl font-extrabold tracking-tight text-balance">
Taxing Laughter: The Joke Tax Chronicles
</h1>
)
}