mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
update tailwindcss@4
This commit is contained in:
@@ -38,7 +38,7 @@ function ShowBookingAdmin({ booking: bookingProp }: { booking: IBooking }) {
|
||||
<Calendar start={booking.startDate} end={booking.endDate} />
|
||||
<BookingTable booking={booking} />
|
||||
{storingBookingError && (
|
||||
<div className="error-message flex-grow">{storingBookingError}</div>
|
||||
<div className="error-message grow">{storingBookingError}</div>
|
||||
)}
|
||||
<div className="my-6">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user