mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-23 16:30:42 +01:00
Change hiring_status
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"age": 17,
|
||||
"hiring": {
|
||||
"status": "not_available",
|
||||
"color": "red"
|
||||
"status": "available",
|
||||
"color": "green"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user