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

8 lines
199 B
TypeScript

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