Skip to content

Commit

Permalink
fix(nx-dev): plugin-registry title style
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Jul 31, 2024
1 parent 2160cd9 commit 777eea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx-dev/ui-community/src/lib/plugin-directory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export function PluginDirectory({
return (
<div id="plugin-directory">
<div className="flex w-full flex-col justify-between gap-8 md:flex-row ">
<SectionHeading as="h2" variant="display" id="plugins-registry">
<span className="whitespace-nowrap">Nx Plugins</span> Registry
<SectionHeading as="h2" variant="title" id="plugins-registry">
<span className="whitespace-nowrap">Nx Plugin</span> Registry
</SectionHeading>
<div>
<label htmlFor="search" className="sr-only">
Expand Down

0 comments on commit 777eea6

Please sign in to comment.