mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
export function TypographyH2() {
|
|
return (
|
|
<h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0">
|
|
The People of the Kingdom
|
|
</h2>
|
|
)
|
|
}
|