diff --git a/src/Components/Card/CardHelp/index.tsx b/src/Components/Card/CardHelp/index.tsx index 6ceee78..9a68dbb 100644 --- a/src/Components/Card/CardHelp/index.tsx +++ b/src/Components/Card/CardHelp/index.tsx @@ -15,7 +15,7 @@ const CardHelp = ({ className="card" onClick={() => window.open(link)} > -

{title}

+

{title}

{description}

); diff --git a/src/Pages/Beneficiaries/BeneficiariesCreate/index.tsx b/src/Pages/Beneficiaries/BeneficiariesCreate/index.tsx index 1370f1e..d9030d2 100644 --- a/src/Pages/Beneficiaries/BeneficiariesCreate/index.tsx +++ b/src/Pages/Beneficiaries/BeneficiariesCreate/index.tsx @@ -236,6 +236,25 @@ const RegistrationPage = () => { ) : null} +
+
+ + + + {errors.responsable_telephone && + touched.responsable_telephone ? ( +
+ {errors.responsable_telephone} +
+ ) : null} +
+
{" "}

Dados Responsavel

@@ -272,25 +291,6 @@ const RegistrationPage = () => { ) : null} {" "} -
-
- - - - {errors.responsable_telephone && - touched.responsable_telephone ? ( -
- {errors.responsable_telephone} -
- ) : null} -
-
{" "}

Matricula *