We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2160cd9 commit 777eea6Copy full SHA for 777eea6
nx-dev/ui-community/src/lib/plugin-directory.tsx
@@ -66,8 +66,8 @@ export function PluginDirectory({
66
return (
67
<div id="plugin-directory">
68
<div className="flex w-full flex-col justify-between gap-8 md:flex-row ">
69
- <SectionHeading as="h2" variant="display" id="plugins-registry">
70
- <span className="whitespace-nowrap">Nx Plugins</span> Registry
+ <SectionHeading as="h2" variant="title" id="plugins-registry">
+ <span className="whitespace-nowrap">Nx Plugin</span> Registry
71
</SectionHeading>
72
<div>
73
<label htmlFor="search" className="sr-only">
0 commit comments