From 1623c9510af70eedb4f6a19833119599ef5320f9 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 22 Dec 2020 13:43:28 +0100 Subject: [PATCH] Change hiring_status --- content/infos.json | 4 ++-- pages/contact.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/infos.json b/content/infos.json index 1ec9c0f..f40a800 100644 --- a/content/infos.json +++ b/content/infos.json @@ -1,7 +1,7 @@ { "age": 17, "hiring": { - "status": "not_available", - "color": "red" + "status": "available", + "color": "green" } } diff --git a/pages/contact.vue b/pages/contact.vue index 837523a..eb178b1 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -84,7 +84,7 @@
{{ $t('contact.available.start') }} {{ $t('hiring.status.' + status) }}