pull/444/head
Peer Richelsen 2021-08-12 15:55:09 +02:00
parent c322690cf5
commit 7b2b75c25c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default function Bookings({ bookings }) {
<tr key={booking.id}>
<td className={"px-6 py-4" + (booking.rejected ? " line-through" : "")}>
{!booking.confirmed && !booking.rejected && (
<span className="ml-2 inline-flex items-center px-1.5 py-0.5 rounded-sm text-xs font-medium bg-yellow-100 text-yellow-800">
<span className="mb-2 inline-flex items-center px-1.5 py-0.5 rounded-sm text-xs font-medium bg-yellow-100 text-yellow-800">
Unconfirmed
</span>
)}