From 9fad3a5fd8a92f0449238e03d5e65969564623e5 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 24 Jul 2021 11:51:20 +0200 Subject: [PATCH] Working --- src/components/GuestBookForm.vue | 2 -- src/locales/fr-FR.ts | 4 ++++ src/pages/contact.vue | 8 ++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/GuestBookForm.vue b/src/components/GuestBookForm.vue index dcf1ce8..ed64cc8 100644 --- a/src/components/GuestBookForm.vue +++ b/src/components/GuestBookForm.vue @@ -60,8 +60,6 @@ export default defineComponent({ headers: { 'Access-Control-Allow-Origin': 'https://arthurdanjou.fr', 'Accept': '*/*', - 'Origin': 'https://arthurdanjou.fr', - 'host': 'https://arthurdanjou.fr' } }) if (response.status === 200) { diff --git a/src/locales/fr-FR.ts b/src/locales/fr-FR.ts index 39fdca5..c8dab17 100755 --- a/src/locales/fr-FR.ts +++ b/src/locales/fr-FR.ts @@ -186,7 +186,11 @@ export default { description: 'Ce status sera mis à jour en temps réel pour vous indiquer si je suis disponible pour du travail.', start: 'Je suis actuellement', end: 'pour du travail' + }, + services: { + title: 'Voici la liste de services proposés 🛍' } + }, guestbook: { diff --git a/src/pages/contact.vue b/src/pages/contact.vue index 61a8aa3..1799899 100755 --- a/src/pages/contact.vue +++ b/src/pages/contact.vue @@ -9,6 +9,14 @@ {{ $t('contact.why.description') }} +
+

+ {{ $t('contact.services.title') }} +

+
+ +
+

{{ $t('contact.available.title') }}