diff --git a/src/features/Projects/pages/ListProjectPage/ListProjectPage.tsx b/src/features/Projects/pages/ListProjectPage/ListProjectPage.tsx index b3abf4c..0603de3 100644 --- a/src/features/Projects/pages/ListProjectPage/ListProjectPage.tsx +++ b/src/features/Projects/pages/ListProjectPage/ListProjectPage.tsx @@ -47,74 +47,76 @@ export default function ListProjectPage() { List a project -
- {isMediumScreen ? - - : - + : +
- - } -
- -
-
- {curTab === tabs["project-details"].path && } - {curTab === tabs["team"].path && } - {curTab === tabs["extras"].path && } + + } +
+ +
+
+ {curTab === tabs["project-details"].path && } + {curTab === tabs["team"].path && } + {curTab === tabs["extras"].path && } +
+
+ +
-
- -
-
- -
+ + + )