mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
* chore: removes redundant class from typography-h2 * chore: remove class from new york style --------- Co-authored-by: shadcn <m@shadcn.com>
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
export default 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>
|
|
)
|
|
}
|