From 9f6ba1863e7aa9d21a8a5662ddbf2114aaa3e130 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Sat, 2 Nov 2019 21:10:45 +0100 Subject: [PATCH] nemoImmo allpages --- src/components/ContactForm.js | 4 ++-- src/components/DashboardSection.js | 16 ++++++++-------- src/pages/about.js | 6 +++--- src/pages/contact.js | 6 +++--- src/pages/faq.js | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) 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={