Enhance dashboard greeting with punctuation for improved user engagement #74
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user