diff --git a/src/components/ContactForm.js b/src/components/ContactForm.js index 789591c..34547c0 100644 --- a/src/components/ContactForm.js +++ b/src/components/ContactForm.js @@ -46,7 +46,7 @@ function ContactForm(props) { if (props.showNameField) { if (isEmpty(name)) { errors.push({ - field: "name", + field: "nom", message: "Please enter your name" }); } @@ -87,7 +87,7 @@ function ContactForm(props) { setName(value)} /> diff --git a/src/components/DashboardSection.js b/src/components/DashboardSection.js index f16090f..2041898 100644 --- a/src/components/DashboardSection.js +++ b/src/components/DashboardSection.js @@ -73,12 +73,12 @@ function DashboardSection(props) { menuAlignment="right" icon={} > - - - + + + } iconPosition="right" /> @@ -94,7 +94,7 @@ function DashboardSection(props) {
} /> } - actions={