Skip to content

Commit

Permalink
fix(www): removes redundant class-name from H2 component (#1703)
Browse files Browse the repository at this point in the history
* chore: removes redundant class from typography-h2

* chore: remove class from new york style

---------

Co-authored-by: shadcn <[email protected]>
  • Loading branch information
dev-shetty and shadcn authored Oct 18, 2023
1 parent 46f247c commit 14abbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/registry/default/example/typography-h2.tsx
Original file line number Diff line number Diff line change
@@ -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>
)
Expand Down
2 changes: 1 addition & 1 deletion apps/www/registry/new-york/example/typography-h2.tsx
Original file line number Diff line number Diff line change
@@ -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>
)
Expand Down

1 comment on commit 14abbd9

@vercel
Copy link

@vercel vercel bot commented on 14abbd9 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/www

ui-git-main-shadcn-pro.vercel.app
ui.shadcn.com
ui-shadcn-pro.vercel.app
example-playground.vercel.app

Please sign in to comment.