From 4c872bf8e75c91eca06cd4f842cd4fb8a910f840 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Sat, 6 Dec 2025 15:41:53 +0000 Subject: [PATCH] Enhance dashboard greeting with punctuation for improved user engagement - Updated the welcome message on the admin dashboard to include a comma and an exclamation mark, making it more inviting and personalized for users. - This small change aims to enhance the overall user experience by adding a friendly tone to the greeting. --- app/(admin)/admin/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(admin)/admin/dashboard/page.tsx b/app/(admin)/admin/dashboard/page.tsx index 4c7e10d..b2e76fe 100644 --- a/app/(admin)/admin/dashboard/page.tsx +++ b/app/(admin)/admin/dashboard/page.tsx @@ -256,7 +256,7 @@ export default function Dashboard() {

- Welcome Back! {user?.first_name || ""} + Welcome Back, {user?.first_name || ""}!

Here's an overview of your practice today