From 61660e4a9c798f945ce4daeb05b50568459662e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Tue, 14 Feb 2023 16:07:46 +0100 Subject: [PATCH] Edit contact form validation error message --- components/ContactFormValidation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ContactFormValidation.vue b/components/ContactFormValidation.vue index b16bc2e..3f43320 100644 --- a/components/ContactFormValidation.vue +++ b/components/ContactFormValidation.vue @@ -14,7 +14,7 @@

Votre message a bien été envoyé !

-

Une erreur est survenue... Veuillez me contacter à l'adresse e-mail contact@paulnicoue.com

+

Une erreur est survenue... Vérifiez les champs saisis ou contactez-moi à l'adresse e-mail contact@paulnicoue.com

@@ -124,7 +124,7 @@ &-enter-to, &-leave-from { - max-height: calc(1rem + (3 * var(--caption-font-height))); + max-height: calc(1rem + (4 * var(--caption-font-height))); } }