diff --git a/frontend/src/pages/dashboard.tsx b/frontend/src/pages/dashboard.tsx index 11915f0..b1abefa 100644 --- a/frontend/src/pages/dashboard.tsx +++ b/frontend/src/pages/dashboard.tsx @@ -137,6 +137,13 @@ const Dashboard = () => { > {''} + {/* Welcome message under page title */} + {currentUser?.first_name && ( +

+ Welcome to VRES, {currentUser.first_name}! +

+)} + {hasPermission(currentUser, 'CREATE_ROLES') && (