From d96261f3410b189e750536e182cf70f423e113a2 Mon Sep 17 00:00:00 2001 From: PranavU-Coder Date: Fri, 9 Jan 2026 17:40:25 +0530 Subject: [PATCH] fixed profile-card on about page --- bitsat_branch_predictor/src/About.jsx | 7 ++++--- .../src/components/ui/ProfileCard.tsx | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/bitsat_branch_predictor/src/About.jsx b/bitsat_branch_predictor/src/About.jsx index 60abe4e..5e4e965 100644 --- a/bitsat_branch_predictor/src/About.jsx +++ b/bitsat_branch_predictor/src/About.jsx @@ -9,9 +9,10 @@ const Team = () => { }); return ( -
-
-
+
+
+

Our Team

+
{TEAM_MEMBERS.map((member) => ( +
{`${name}'s -
+

{name}

{role}

-

+

{description}

); } -export default TeamMember; \ No newline at end of file +export default TeamMember;