Change hiring_status

This commit is contained in:
2020-12-22 13:43:28 +01:00
parent 9c94c16e56
commit 1623c9510a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"age": 17,
"hiring": {
"status": "not_available",
"color": "red"
"status": "available",
"color": "green"
}
}

View File

@@ -84,7 +84,7 @@
<div class="my-4 text-purple-500">
{{ $t('contact.available.start') }}
<span
class="py-1 px-2 font-bold rounded-xl mx-1"
class="p-1 font-bold rounded-xl mx-1"
:class="getColor"
>
{{ $t('hiring.status.' + status) }}