From c77c58e18143233be042c4980a6ed08ae9beac52 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 16 May 2022 19:40:23 +0200 Subject: chore: adjust and complete missing styles * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements --- src/components/atoms/forms/form.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/atoms/forms/form.tsx') diff --git a/src/components/atoms/forms/form.tsx b/src/components/atoms/forms/form.tsx index ef8dce4..b819aea 100644 --- a/src/components/atoms/forms/form.tsx +++ b/src/components/atoms/forms/form.tsx @@ -35,7 +35,6 @@ export type FormProps = { */ const Form: FC = ({ children, - className = '', grouped = true, onSubmit, ...props @@ -68,7 +67,7 @@ const Form: FC = ({ }; return ( -
+ {getFormItems()}
); -- cgit v1.2.3