mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
8 lines
191 B
TypeScript
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>
|
|
)
|
|
}
|