Skip to content

Commit ad76d4f

Browse files
Copilotankurrera
andcommitted
Remove "CORE METRICS PHYSICAL BALANCE" section from RadarChart
Co-authored-by: ankurrera <186232326+ankurrera@users.noreply.github.com>
1 parent ecc6e62 commit ad76d4f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/components/system/RadarChart.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,8 @@ const RadarChart = () => {
304304
}
305305
}, [data]);
306306

307-
// Title styling for both lines
308-
const titleStyle = { color: '#9A9A9A', fontWeight: 300 };
309-
310307
return (
311308
<div className="system-panel p-6 animate-fade-in-up animation-delay-100" style={{ background: '#FAFAFA' }}>
312-
<div className="text-center mb-4">
313-
<div className="text-xs uppercase tracking-[0.2em] mb-0.5" style={titleStyle}>CORE METRICS</div>
314-
<div className="text-xs uppercase tracking-[0.2em]" style={titleStyle}>PHYSICAL BALANCE</div>
315-
</div>
316-
317309
{/* Debug Panel - Only in Development */}
318310
{process.env.NODE_ENV === 'development' && (
319311
<div className="mb-4 p-3 bg-blue-50 border border-blue-200 rounded text-xs">

0 commit comments

Comments
 (0)