diff --git a/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestDetailPage.tsx b/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestDetailPage.tsx index 56c401ac6..89686c5b1 100644 --- a/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestDetailPage.tsx +++ b/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestDetailPage.tsx @@ -303,10 +303,10 @@ export default function BookingRequestDetailPage() { meta={ {voyageNumber ? ( - // Sits at title weight beside the reference: yards and customs - // quote the voyage, so it is the second thing staff look for. - - ยท {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} ) : null}