Merge pull request 'Enhance dashboard greeting with punctuation for improved user engagement' (#74) from feat/booking-panel into master

Reviewed-on: http://35.207.46.142/ATTUNE-HEART-THERAPY/website/pulls/74
This commit is contained in:
Hammond 2025-12-06 15:42:41 +00:00
commit d6d0d3ff40

View File

@ -256,7 +256,7 @@ export default function Dashboard() {
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4 mb-6">
<div>
<h1 className={`text-2xl font-semibold mb-1 ${isDark ? "text-white" : "text-gray-900"}`}>
Welcome Back! {user?.first_name || ""}
Welcome Back, {user?.first_name || ""}!
</h1>
<p className={`text-sm ${isDark ? "text-gray-400" : "text-gray-500"}`}>
Here's an overview of your practice today