From 439d5c8329262cab4fb90765ef4704ef3204e8d5 Mon Sep 17 00:00:00 2001 From: Prabal Piya Date: Thu, 9 Jul 2026 11:02:40 +0545 Subject: [PATCH 1/2] updated files --- app/frontend/src/pages/DashboardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/src/pages/DashboardPage.tsx b/app/frontend/src/pages/DashboardPage.tsx index faac600..263b706 100644 --- a/app/frontend/src/pages/DashboardPage.tsx +++ b/app/frontend/src/pages/DashboardPage.tsx @@ -27,7 +27,7 @@ export function DashboardPage() {
Dashboard -

Hello, {user?.name}

+

Hello!, {user?.name}

Track your LMS activity from one simple dashboard.

From df99f5c8caddc6e64467c014fa2807719eaa7012 Mon Sep 17 00:00:00 2001 From: Prabal Piya Date: Thu, 9 Jul 2026 11:04:26 +0545 Subject: [PATCH 2/2] updated files --- app/frontend/src/pages/DashboardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/src/pages/DashboardPage.tsx b/app/frontend/src/pages/DashboardPage.tsx index 263b706..faac600 100644 --- a/app/frontend/src/pages/DashboardPage.tsx +++ b/app/frontend/src/pages/DashboardPage.tsx @@ -27,7 +27,7 @@ export function DashboardPage() {
Dashboard -

Hello!, {user?.name}

+

Hello, {user?.name}

Track your LMS activity from one simple dashboard.