Flag tentative stsatus with a yellow icon
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 3m59s
Playwright Tests / test (pull_request) Failing after 2m50s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 12m18s

This commit is contained in:
Manuel Bustillo 2024-10-27 19:27:33 +01:00
parent 8aef089a7e
commit be1a036ef0

View File

@ -73,6 +73,7 @@ export default function guestsTable() {
'bg-blue-400': guest.status === 'Invited', 'bg-blue-400': guest.status === 'Invited',
'bg-green-600': guest.status === 'Confirmed', 'bg-green-600': guest.status === 'Confirmed',
'bg-red-400': guest.status === 'Declined', 'bg-red-400': guest.status === 'Declined',
'bg-yellow-400': guest.status === 'Tentative',
} }
)}> )}>
</span> </span>