Files
shadcn-ui/apps/www/components/examples/typography/h3.tsx
2023-01-24 19:51:29 +04:00

8 lines
155 B
TypeScript

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