Flag tentative stsatus with a yellow icon
This commit is contained in:
parent
8aef089a7e
commit
be1a036ef0
@ -73,6 +73,7 @@ export default function guestsTable() {
|
||||
'bg-blue-400': guest.status === 'Invited',
|
||||
'bg-green-600': guest.status === 'Confirmed',
|
||||
'bg-red-400': guest.status === 'Declined',
|
||||
'bg-yellow-400': guest.status === 'Tentative',
|
||||
}
|
||||
)}>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user