Files
shadcn-ui/apps/www/components/examples/typography/h2.tsx
2023-04-17 19:19:40 +04:00

8 lines
206 B
TypeScript

export function TypographyH2() {
return (
<h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight transition-colors first:mt-0">
The People of the Kingdom
</h2>
)
}