diff --git a/frontend/src/component/personalDashboard/ContentGridNoProjects.tsx b/frontend/src/component/personalDashboard/ContentGridNoProjects.tsx index 95cf9b6fbfba..6273fe65a0aa 100644 --- a/frontend/src/component/personalDashboard/ContentGridNoProjects.tsx +++ b/frontend/src/component/personalDashboard/ContentGridNoProjects.tsx @@ -108,7 +108,7 @@ export const ContentGridNoProjects: React.FC = ({ owners, admins }) => { return ( - + My projects diff --git a/frontend/src/component/personalDashboard/Grid.tsx b/frontend/src/component/personalDashboard/Grid.tsx index 05fb3d27a476..2038a36d9166 100644 --- a/frontend/src/component/personalDashboard/Grid.tsx +++ b/frontend/src/component/personalDashboard/Grid.tsx @@ -41,7 +41,7 @@ export const ProjectGrid = styled(ContentGrid)( gridTemplateColumns: '1fr 1fr 1fr', display: 'grid', gridTemplateAreas: ` - "title onboarding onboarding" + "header header header" "projects box1 box2" ". owners owners" `, diff --git a/frontend/src/component/personalDashboard/MyProjects.tsx b/frontend/src/component/personalDashboard/MyProjects.tsx index 469329b40841..32ac8cb7cbe7 100644 --- a/frontend/src/component/personalDashboard/MyProjects.tsx +++ b/frontend/src/component/personalDashboard/MyProjects.tsx @@ -7,7 +7,6 @@ import { ListItemButton, Typography, } from '@mui/material'; -import { Badge } from '../common/Badge/Badge'; import { ProjectIcon } from '../common/ProjectIcon/ProjectIcon'; import LinkIcon from '@mui/icons-material/ArrowForward'; import { ProjectSetupComplete } from './ProjectSetupComplete'; @@ -190,23 +189,9 @@ export const MyProjects = forwardRef< return ( - + My projects - - {setupIncomplete ? ( - Setup incomplete - ) : null} - {error ? ( - Setup state unknown - ) : null} - { await screen.findByText('Welcome Unleash User'); await screen.findByText('projectName'); - await screen.findByText('Setup incomplete'); await screen.findByText('3'); // members await screen.findByText('0'); // features await screen.findByText('100%'); // health diff --git a/frontend/src/component/personalDashboard/RoleAndOwnerInfo.tsx b/frontend/src/component/personalDashboard/RoleAndOwnerInfo.tsx index c84beec34716..fe18760b8b29 100644 --- a/frontend/src/component/personalDashboard/RoleAndOwnerInfo.tsx +++ b/frontend/src/component/personalDashboard/RoleAndOwnerInfo.tsx @@ -66,8 +66,8 @@ export const RoleAndOwnerInfo = ({ roles, owners }: Props) => { {firstRoles.map((role) => ( -
  • - +
  • + {role}
  • @@ -79,7 +79,7 @@ export const RoleAndOwnerInfo = ({ roles, owners }: Props) => { title={ {extraRoles.map((role) => ( -
  • +
  • {role}