diff --git a/compose/neurosynth-frontend/src/pages/Project/ProjectPage.tsx b/compose/neurosynth-frontend/src/pages/Project/ProjectPage.tsx
index 1a0ae5a5..89d73514 100644
--- a/compose/neurosynth-frontend/src/pages/Project/ProjectPage.tsx
+++ b/compose/neurosynth-frontend/src/pages/Project/ProjectPage.tsx
@@ -168,7 +168,7 @@ const ProjectPage: React.FC = (props) => {
borderTopRightRadius: '6px',
borderColor: 'lightgray',
borderBottomColor: 'white',
- marginBottom: '-1px',
+ marginBottom: '-2px',
},
'.MuibuttonBase-root': {},
transition: 'none',
diff --git a/compose/neurosynth-frontend/src/pages/Study/EditStudyPage.tsx b/compose/neurosynth-frontend/src/pages/Study/EditStudyPage.tsx
index 87e3f735..5bc3a522 100644
--- a/compose/neurosynth-frontend/src/pages/Study/EditStudyPage.tsx
+++ b/compose/neurosynth-frontend/src/pages/Study/EditStudyPage.tsx
@@ -97,9 +97,6 @@ const EditStudyPage: React.FC = (props) => {
>
Giant Panda Identification
-
- Back
-
@@ -129,9 +126,6 @@ const EditStudyPage: React.FC = (props) => {
Reproducibility of fMRI results across four institutions using a
spatial workign memory task
-
- Next
-
diff --git a/compose/neurosynth-frontend/src/pages/Study/components/EditStudyToolbar.tsx b/compose/neurosynth-frontend/src/pages/Study/components/EditStudyToolbar.tsx
index 5e2a1be4..e623780d 100644
--- a/compose/neurosynth-frontend/src/pages/Study/components/EditStudyToolbar.tsx
+++ b/compose/neurosynth-frontend/src/pages/Study/components/EditStudyToolbar.tsx
@@ -31,6 +31,7 @@ import { useStudyId } from 'pages/Study/store/StudyStore';
import { useEffect, useMemo, useState } from 'react';
import { useNavigate } from 'react-router-dom';
import EditStudyToolbarStyles from './EditStudyToolbar.styles';
+import SaveIcon from '@mui/icons-material/Save';
const EditStudyToolbar: React.FC<{ isViewOnly?: boolean }> = ({ isViewOnly = false }) => {
const navigate = useNavigate();
@@ -201,7 +202,7 @@ const EditStudyToolbar: React.FC<{ isViewOnly?: boolean }> = ({ isViewOnly = fal
-
+
+
+
+
+
+
{/*