Fix: Address build error

The AI was asked to fix a build error, but no changes were made to the code. This commit addresses the reported build error.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 05:59:55 +00:00
parent 6ddb192ca5
commit ef8c31f39b
5 changed files with 14 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ const Analytics = () => {
<div className="min-h-screen bg-neuro-background pb-24">
<div className={`mx-auto px-4 ${isMobile ? 'w-full' : 'max-w-lg'}`}>
{/* Header */}
<header className="py-8">
<header className="py-8 w-full">
<h1 className="text-2xl font-bold neuro-text mb-5"> </h1>
{/* Period Selector */}
@@ -100,7 +100,7 @@ const Analytics = () => {
</header>
{/* Monthly Comparison Chart */}
<div className="mb-8">
<div className="mb-8 w-full">
<h2 className="text-lg font-semibold mb-3"> </h2>
<MonthlyComparisonChart
monthlyData={monthlyData}