From 60a0d0aa037a0d216f2cfb1909097b57c139db3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlota=20Catot=20Brag=C3=B3s?= Date: Mon, 2 Sep 2024 02:18:12 +0200 Subject: [PATCH] trying to add icons --- src/app/genericComponents/DepartmentInfoCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/genericComponents/DepartmentInfoCard.tsx b/src/app/genericComponents/DepartmentInfoCard.tsx index d17e1fe..071716e 100644 --- a/src/app/genericComponents/DepartmentInfoCard.tsx +++ b/src/app/genericComponents/DepartmentInfoCard.tsx @@ -75,7 +75,7 @@ const CardForDepartment = styled(CardWithBackground)` `; export default function DepartmentInfoCard(props: DepartmentInformation) { - const { name, question, information, iconName } = props; + const { name, question, information } = props; const [active, setActive] = useState(false); return (