diff --git a/web/gds-user-ui/src/components/Contacts/ContactForm/index.tsx b/web/gds-user-ui/src/components/Contacts/ContactForm/index.tsx index ab557d1f7..65daf7603 100644 --- a/web/gds-user-ui/src/components/Contacts/ContactForm/index.tsx +++ b/web/gds-user-ui/src/components/Contacts/ContactForm/index.tsx @@ -46,7 +46,7 @@ const ContactForm: React.FC = ({ title, description, name }) = }; return ( - + {title} diff --git a/web/gds-user-ui/src/components/Contacts/ContactsForm.tsx b/web/gds-user-ui/src/components/Contacts/ContactsForm.tsx index caa5778a8..47508fcef 100644 --- a/web/gds-user-ui/src/components/Contacts/ContactsForm.tsx +++ b/web/gds-user-ui/src/components/Contacts/ContactsForm.tsx @@ -1,7 +1,7 @@ import React, { useEffect, useState, useRef, SetStateAction, Dispatch } from 'react'; import { FormProvider, useForm } from 'react-hook-form'; import { t } from '@lingui/macro'; -import { chakra, useDisclosure } from '@chakra-ui/react'; +import { Box, chakra, useDisclosure } from '@chakra-ui/react'; import StepButtons from 'components/StepsButtons'; import ContactForm from 'components/Contacts/ContactForm'; import useCertificateStepper from 'hooks/useCertificateStepper'; @@ -148,21 +148,27 @@ const ContactsForm: React.FC = ({ data, shouldResetForm, onRe title={t`Legal/ Compliance Contact (required)`} description={t`Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.`} /> - + - + + + - + + + + /> + = ({ data, shouldResetForm, onResetFor name="testnet" headerText={t`TRISA Endpoint: TestNet`} /> - + + /> + = ({ const domain = getValues('website') && getDomain(getValues('website')); return ( - + {headerText}