mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 03:38:17 +00:00
changes
This commit is contained in:
@@ -303,10 +303,10 @@ export default function BookingRequestDetailPage() {
|
||||
meta={
|
||||
<Group gap={6} wrap="wrap">
|
||||
{voyageNumber ? (
|
||||
// Sits at title weight beside the reference: yards and customs
|
||||
// quote the voyage, so it is the second thing staff look for.
|
||||
<Title order={2} c="dimmed" style={{ whiteSpace: "nowrap" }}>
|
||||
· {voyageNumber}
|
||||
// Bold and at title size beside the reference: yards and customs
|
||||
// quote the voyage, so staff need it without hunting the page.
|
||||
<Title order={2} fw={700} style={{ whiteSpace: "nowrap" }}>
|
||||
{voyageNumber}
|
||||
</Title>
|
||||
) : null}
|
||||
<BookingStatusBadge status={booking.status} />
|
||||
|
||||
Reference in New Issue
Block a user