From 4a4590abd1b8b9dc4c6f0fa8c652a0eb115f65b8 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Thu, 4 Dec 2025 19:14:54 +0000 Subject: [PATCH] Remove redundant "vs last month" text from user dashboard statistics for a cleaner presentation. This change enhances the visual clarity of the dashboard while maintaining essential information display. --- app/(user)/user/dashboard/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/(user)/user/dashboard/page.tsx b/app/(user)/user/dashboard/page.tsx index 9210b92..b308f13 100644 --- a/app/(user)/user/dashboard/page.tsx +++ b/app/(user)/user/dashboard/page.tsx @@ -234,10 +234,9 @@ export default function UserDashboard() {

Upcoming Appointments

-

+

{displayStats.scheduled}

-

vs last month

@@ -259,10 +258,9 @@ export default function UserDashboard() {

Completed Sessions

-

+

{displayStats.completed}

-

vs last month

@@ -284,10 +282,9 @@ export default function UserDashboard() {

Total Appointments

-

+

{displayStats.total_requests}

-

vs last month

@@ -309,10 +306,9 @@ export default function UserDashboard() {

Pending Review

-

+

{displayStats.pending_review}

-

vs last month