diff --git a/client/src/pages/admin.tsx b/client/src/pages/admin.tsx index 07502bd..f378036 100644 --- a/client/src/pages/admin.tsx +++ b/client/src/pages/admin.tsx @@ -120,6 +120,18 @@ export default function Admin() {
+ +

+ Welcome back, {user?.username?.split('@')[0] || 'Admin'}! +

+

+ {new Date().getHours() < 12 ? 'Good morning' : new Date().getHours() < 17 ? 'Good afternoon' : 'Good evening'}. Here's your ecosystem overview. +

+

Dashboard