added needed closed tag

This commit is contained in:
Kartik sharma 2025-07-15 14:52:23 +05:30 committed by pramod.mahajan
parent 5f8e5d16f8
commit 6ca72c7e5c

View File

@ -88,7 +88,7 @@ const ProjectDetails = () => {
<div className="col-xl-4 col-lg-5 col-md-5 mt-5">
<ProjectOverview project={projectId} />
</div>
</>
</div>
);
}
case "teams": {