feat: rename Active Projects references to Significant Interventions

This commit is contained in:
2026-02-16 10:58:29 +00:00
parent a6df900605
commit 98d767fa7f
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const sections: NavSection[] = [
{ id: 'overview', label: 'Overview', tileId: 'patient-summary' },
{ id: 'skills', label: 'Skills', tileId: 'section-skills' },
{ id: 'experience', label: 'Experience', tileId: 'section-experience' },
{ id: 'projects', label: 'Projects', tileId: 'projects' },
{ id: 'projects', label: 'Significant Interventions', tileId: 'projects' },
{ id: 'education', label: 'Education', tileId: 'section-education' },
]
+1 -1
View File
@@ -127,7 +127,7 @@ export function ProjectsTile() {
return (
<Card tileId="projects">
<CardHeader dotColor="amber" title="ACTIVE PROJECTS" />
<CardHeader dotColor="amber" title="SIGNIFICANT INTERVENTIONS" />
<div style={{ display: 'flex', flexDirection: 'column', gap: '10px' }}>
{investigations.map((project) => (