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

8 lines
191 B
TypeScript

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