From 0bf1387c174f6f6ddc9ef4010bc2ab3cbbd67997 Mon Sep 17 00:00:00 2001 From: Shanks0465 Date: Wed, 11 Sep 2024 15:45:03 +0530 Subject: [PATCH] Removed People Image BG Color --- frontend/components/People.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/components/People.tsx b/frontend/components/People.tsx index c41269e..422c487 100644 --- a/frontend/components/People.tsx +++ b/frontend/components/People.tsx @@ -110,7 +110,6 @@ const Card = ({ first_name, last_name, role, gradYear, photo }: CardProps) => { borderRadius="full" objectFit="cover" boxSize="150px" - bgColor={"a4borange"} alt="Profile Photo" /> ) : (