diff --git a/frontend/src/bundles/auth/components/common/form-header/form-header.tsx b/frontend/src/bundles/auth/components/common/form-header/form-header.tsx index cdda109d9..47397c365 100644 --- a/frontend/src/bundles/auth/components/common/form-header/form-header.tsx +++ b/frontend/src/bundles/auth/components/common/form-header/form-header.tsx @@ -10,10 +10,12 @@ const FormHeader: React.FC = ({ headerText, subheader }) => { <> {/* TODO: Add logo */}

LOGO

- + {headerText} - {subheader} + + {subheader} + ); };