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 }) { />