diff --git a/src/components/ProjectFinancialSummary/ProjectFinancialCard.tsx b/src/components/ProjectFinancialSummary/ProjectFinancialCard.tsx index 2c7961b..15c768f 100644 --- a/src/components/ProjectFinancialSummary/ProjectFinancialCard.tsx +++ b/src/components/ProjectFinancialSummary/ProjectFinancialCard.tsx @@ -87,16 +87,17 @@ const ProjectFinancialCard: React.FC = ({ className="text-xl mt-2 font-medium inline-block" style={{ width: "100%", textAlign: "center", color: "#898d8d" }} > - {Title !== t("All Team") ? -
{Title}
+ {ClickedIndex === Index ? +
+
: -
{Title}
+
+
} - - {ClickedIndex === Index ? -
+ {Title !== t("All Team") ? +
{Title}
: -
+
{Title}
}