From bdd9722c83948235a8b2c721b6acac8935fc69cb Mon Sep 17 00:00:00 2001 From: 230417 <230417@epvc.pt> Date: Mon, 4 May 2026 11:20:19 +0100 Subject: [PATCH] feat: rename barber label and add edit button to date selection in booking summary --- web/src/pages/Booking.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/web/src/pages/Booking.tsx b/web/src/pages/Booking.tsx index 6f3015d..5b9daed 100644 --- a/web/src/pages/Booking.tsx +++ b/web/src/pages/Booking.tsx @@ -317,14 +317,19 @@ export default function Booking() {

{currency(selectedService?.price || 0)}

-

Mestre

+

Barbeiro

{selectedBarber?.name}

-
-

Data

-

- {new Date(date).toLocaleDateString('pt-PT', { day: 'numeric', month: 'long' })} -

+
+
+

Data

+

+ {new Date(date).toLocaleDateString('pt-PT', { day: 'numeric', month: 'long' })} +

+
+