mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Add default color to hiring status
This commit is contained in:
@@ -56,7 +56,8 @@ export default {
|
||||
return `bg-green-200 text-green-700`
|
||||
case 'red':
|
||||
return `bg-red-200 text-red-700`
|
||||
|
||||
default:
|
||||
return 'bg-green-200 text-green-700'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user