Files
shadcn-ui/apps/www/registry/default/example/typography-h3.tsx
2023-06-22 22:44:52 +04:00

8 lines
158 B
TypeScript

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