From 35bfb445704ba239c324ab10bd360509b8610fe7 Mon Sep 17 00:00:00 2001 From: 230417 <230417@epvc.pt> Date: Tue, 17 Mar 2026 15:49:23 +0000 Subject: [PATCH] refactor: Remove Scissors icon and its badge from barber list items. --- web/src/components/BarberList.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/src/components/BarberList.tsx b/web/src/components/BarberList.tsx index aaa42ee..95b70e0 100644 --- a/web/src/components/BarberList.tsx +++ b/web/src/components/BarberList.tsx @@ -1,5 +1,5 @@ import { Barber } from '../types'; -import { User, Scissors } from 'lucide-react'; +import { User } from 'lucide-react'; export const BarberList = ({ barbers }: { barbers: Barber[] }) => (
@@ -21,10 +21,7 @@ export const BarberList = ({ barbers }: { barbers: Barber[] }) => ( )}
- {/* Badge tesoura */} -
- -
+ {/* Nome */}