refactor: Remove Scissors icon and its badge from barber list items.
This commit is contained in:
@@ -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[] }) => (
|
||||
<div className="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-6">
|
||||
@@ -21,10 +21,7 @@ export const BarberList = ({ barbers }: { barbers: Barber[] }) => (
|
||||
<User size={36} className="text-slate-400" />
|
||||
)}
|
||||
</div>
|
||||
{/* Badge tesoura */}
|
||||
<div className="absolute -bottom-1 -right-1 w-7 h-7 bg-amber-500 rounded-full flex items-center justify-center text-white border-2 border-white shadow-sm">
|
||||
<Scissors size={12} />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{/* Nome */}
|
||||
|
||||
Reference in New Issue
Block a user