From 22542d28f7c7a53ae43b735696b81ec5d23769cc Mon Sep 17 00:00:00 2001 From: marshal Date: Tue, 8 Sep 2026 23:59:47 +0000 Subject: [PATCH] changes --- .../src/pages/bookings/BookingRequestDetailPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}