From 50a265c29d6267904eabf7d39a01b2649013a649 Mon Sep 17 00:00:00 2001 From: 230417 <230417@epvc.pt> Date: Thu, 12 Mar 2026 17:38:10 +0000 Subject: [PATCH] foto quadrada --- web/src/components/BarberList.tsx | 2 +- web/src/pages/Booking.tsx | 2 +- web/src/pages/Dashboard.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/components/BarberList.tsx b/web/src/components/BarberList.tsx index 1c68c2d..ba5413a 100644 --- a/web/src/components/BarberList.tsx +++ b/web/src/components/BarberList.tsx @@ -7,7 +7,7 @@ export const BarberList = ({ barbers }: { barbers: Barber[] }) => ( {barbers.map((b) => (
-
+
{b.imageUrl ? ( {b.name} ) : ( diff --git a/web/src/pages/Booking.tsx b/web/src/pages/Booking.tsx index 1afcefe..f3e017c 100644 --- a/web/src/pages/Booking.tsx +++ b/web/src/pages/Booking.tsx @@ -251,7 +251,7 @@ export default function Booking() { : 'border-slate-100 hover:border-amber-300 hover:bg-amber-50/30' }`} > -
+
{b.imageUrl ? ( {b.name} ) : ( diff --git a/web/src/pages/Dashboard.tsx b/web/src/pages/Dashboard.tsx index 641a201..9b5b0c7 100644 --- a/web/src/pages/Dashboard.tsx +++ b/web/src/pages/Dashboard.tsx @@ -908,7 +908,7 @@ function DashboardInner({ shop }: { shop: BarberShop }) {
-
+
{b.imageUrl ? ( {b.name} ) : ( @@ -924,7 +924,7 @@ function DashboardInner({ shop }: { shop: BarberShop }) { />