This commit is contained in:
marshal
2026-09-08 23:59:47 +00:00
parent 37ef0f9cac
commit 22542d28f7

View File

@@ -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} />