diff --git a/frontend/app/[locale]/components/ProjectDetailsPage.tsx b/frontend/app/[locale]/components/ProjectDetailsPage.tsx index aaf7a451..d0578790 100644 --- a/frontend/app/[locale]/components/ProjectDetailsPage.tsx +++ b/frontend/app/[locale]/components/ProjectDetailsPage.tsx @@ -115,17 +115,17 @@ const ProjectDetailsPage: React.FC = ({ {project?.name} -
- {user?.role !== 3 && ( + + {user?.role !== 3 && ( )} @@ -135,12 +135,12 @@ const ProjectDetailsPage: React.FC = ({ color="secondary" startIcon={} href={`/${locale}/project/${project_id}/groups`} - sx={{ fontSize: "0.75rem", py: 1 }} + sx={{ fontSize: '0.75rem', py: 1 }} > - {t("groups")} + {t('groups')} -
+