From 591fd573d6741ee17a279b3732fc5a5377dcfbaf Mon Sep 17 00:00:00 2001 From: RahulSrinivasan658 Date: Wed, 15 Apr 2026 02:28:31 +1000 Subject: [PATCH] Fix BUG-001: correct welcome message for new users --- src/pages/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 9abc37f..182ae6a 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -51,7 +51,7 @@ export function Dashboard() { {/* Welcome Header */}

- Welcome back, {user.username}! 👋 + Welcome , {user.username}! 👋

Ready to take on some new challenges today?