Skip to content

Commit 3129cd4

Browse files
committed
Remove duplicate welcome section from dashboard
Eliminated a redundant welcome section in DashboardPage to avoid repetition and streamline the UI. The welcome header with digital clock and weather remains.
1 parent 28813c0 commit 3129cd4

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

app/dashboard/page.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,6 @@ export default function DashboardPage() {
217217
{/* Breadcrumb */}
218218
<Breadcrumb />
219219

220-
{/* Welcome Section */}
221-
<div className="space-y-2">
222-
<h1 className="text-3xl sm:text-4xl font-bold tracking-tight">
223-
{t.dashboard.welcomeBack}, {user.name}
224-
</h1>
225-
<p className="text-muted-foreground">
226-
{t.dashboard.happeningToday}
227-
</p>
228-
</div>
229-
230220
{/* Welcome Header with Digital Clock and Weather */}
231221
<div className="border-b border-border pb-6 lg:pb-8">
232222
<div className="flex flex-col lg:flex-row items-start justify-between gap-4">

0 commit comments

Comments
 (0)