Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Oct 18, 2023
2 parents cf54b6f + 14abbd9 commit 82528a6
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

0 comments on commit 82528a6

Please sign in to comment.