From 7c0e749298486bbc86859a9266f864a698c9fedb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 15:16:13 +0000 Subject: [PATCH] Bob AI: add to each team member Like icon --- src/components/sections/team/TeamCardTwo.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/sections/team/TeamCardTwo.tsx b/src/components/sections/team/TeamCardTwo.tsx index f5888e5..4b1e788 100644 --- a/src/components/sections/team/TeamCardTwo.tsx +++ b/src/components/sections/team/TeamCardTwo.tsx @@ -7,6 +7,7 @@ import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; +import { User } from "lucide-react"; // Import the User icon from lucide-react type TeamCardTwoGridVariant = Exclude; @@ -211,6 +212,7 @@ const TeamCardTwo = ({ buttonTextClassName={textBoxButtonTextClassName} ariaLabel={ariaLabel} > + {/* Inserted the User icon element */} {members.map((member, index) => (