Skip to content

Commit

Permalink
change pub placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie85270 committed Mar 17, 2021
1 parent f22f5c4 commit 5121b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/kit/components/elements/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Elements: FC = () => {
},
];

return <SectionDesc id="elements" items={elementsSection} title="Elements" />;
return <SectionDesc withPub id="elements" items={elementsSection} title="Elements" />;
};

export default Elements;
2 changes: 1 addition & 1 deletion components/kit/components/form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Forms: FC = () => {
},
];

return <SectionDesc id="forms" withPub items={formSections} title="Forms" />;
return <SectionDesc id="forms" items={formSections} title="Forms" />;
};

export default Forms;

0 comments on commit 5121b5d

Please sign in to comment.