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

8 lines
150 B
TypeScript

export function TypographyH3() {
return (
<h3 className="scroll-m-20 text-2xl font-semibold tracking-tight">
The Joke Tax
</h3>
)
}