Skip to content

Commit

Permalink
chore(nx-dev): show type in title for package schema (nrwl#14711)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored Jan 31, 2023
1 parent 5c95dc1 commit b57f0b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function PackageSchemaSubList({
<div data-document="main">
<TopSchemaLayout name={vm.package.packageName} url={vm.githubUrl} />

<Heading1 title={vm.package.packageName} />
<Heading1 title={vm.seo.title} />

<Heading2 title={vm.heading} />

Expand Down

0 comments on commit b57f0b8

Please sign in to comment.