We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
H2
1 parent 46f247c commit 14abbd9Copy full SHA for 14abbd9
apps/www/registry/default/example/typography-h2.tsx
@@ -1,6 +1,6 @@
1
export default function TypographyH2() {
2
return (
3
- <h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight transition-colors first:mt-0">
+ <h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0">
4
The People of the Kingdom
5
</h2>
6
)
apps/www/registry/new-york/example/typography-h2.tsx
0 commit comments