fix(www): removes redundant class-name from H2 component (#1703)

* chore: removes redundant class from typography-h2

* chore: remove class from new york style

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Deveesh Shetty
2023-10-18 23:03:24 +05:30
committed by GitHub
parent 46f247c47f
commit 14abbd94b5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
export default function TypographyH2() {
return (
<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">
The People of the Kingdom
</h2>
)

View File

@@ -1,6 +1,6 @@
export default function TypographyH2() {
return (
<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">
The People of the Kingdom
</h2>
)