added needed closed tag

This commit is contained in:
Kartik sharma 2025-07-15 14:52:23 +05:30
parent 9d57a14c0f
commit 4bbdcd0db0

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": {