diff --git a/client/app/components/Cards/ElectionInfoCard.tsx b/client/app/components/Cards/ElectionInfoCard.tsx index 12df70e..51307a6 100644 --- a/client/app/components/Cards/ElectionInfoCard.tsx +++ b/client/app/components/Cards/ElectionInfoCard.tsx @@ -13,29 +13,30 @@ const ElectionInfoCard = ({ counts, filterStatus, setFilterStatus }: any) => { { name: "Active", image: TbCalendarDot, count: counts.active }, { name: "Ended", image: TbCalendarOff, count: counts.ended }, ]; + return ( -
-
-
+
+
+
Election List
-