mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
8 lines
170 B
TypeScript
8 lines
170 B
TypeScript
export function TypographyH4() {
|
|
return (
|
|
<h4 className="mt-8 scroll-m-20 text-xl font-semibold tracking-tight">
|
|
People stopped telling jokes
|
|
</h4>
|
|
)
|
|
}
|