mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 22:18:39 +00:00
8 lines
158 B
TypeScript
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>
|
|
)
|
|
}
|