mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
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:
@@ -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>
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user