Remove redundant Analytics Dashboard header section

Co-authored-by: elisiariocouto <818914+elisiariocouto@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-13 22:23:48 +00:00
committed by Elisiário Couto
parent 6bfbed8fb6
commit 5987a759b8

View File

@@ -68,13 +68,6 @@ function AnalyticsDashboard() {
return (
<div className="p-6 space-y-8">
<div>
<h1 className="text-3xl font-bold text-gray-900">Analytics Dashboard</h1>
<p className="mt-2 text-gray-600">
Overview of your financial data and spending patterns
</p>
</div>
{/* Time Period Filter */}
<TimePeriodFilter
selectedPeriod={selectedPeriod}