Skip to content

Commit fb423e5

Browse files
juristrFrozenPandaz
authored andcommittedAug 1, 2024
fix(nx-dev): plugin-registry title style
(cherry picked from commit 777eea6)
1 parent 1ab5cab commit fb423e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nx-dev/ui-community/src/lib/plugin-directory.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export function PluginDirectory({
6666
return (
6767
<div id="plugin-directory">
6868
<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
69+
<SectionHeading as="h2" variant="title" id="plugins-registry">
70+
<span className="whitespace-nowrap">Nx Plugin</span> Registry
7171
</SectionHeading>
7272
<div>
7373
<label htmlFor="search" className="sr-only">

0 commit comments

Comments
 (0)
Please sign in to comment.