File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
compose/neurosynth-frontend/src/pages/Curation/components Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const CurationBoardAIInterfaceIdentificationUI: React.FC<{
3737 >
3838 < Card sx = { { padding : '1rem' , width : { xs : '90%' , lg : '70%' } } } >
3939 < CardContent >
40- < Typography variant = "h6" sx = { { marginBottom : '2rem' , color : 'text.secondary' } } >
40+ < Typography variant = "h6" sx = { { color : 'text.secondary' } } >
4141 No studies in this project yet.{ ' ' }
4242 < MuiLink underline = "hover" component = { Link } to = "import" >
4343 { ' ' }
@@ -160,16 +160,11 @@ const CurationBoardAIInterfaceIdentificationUI: React.FC<{
160160 >
161161 < Card sx = { { padding : '1rem' , width : { xs : '90%' , lg : '70%' } } } >
162162 < CardContent >
163- < Typography variant = "h6" sx = { { marginBottom : '2rem ' , color : 'text.secondary' } } >
163+ < Typography variant = "h6" sx = { { marginBottom : '1rem ' , color : 'text.secondary' } } >
164164 There are no uncategorized studies left to review.
165165 </ Typography >
166166
167- < Button
168- variant = "outlined"
169- color = "primary"
170- onClick = { handleReviewDuplicates }
171- sx = { { minWidth : '150px' } }
172- >
167+ < Button color = "primary" onClick = { handleReviewDuplicates } sx = { { minWidth : '150px' } } >
173168 Review all duplicates
174169 </ Button >
175170 </ CardContent >
You can’t perform that action at this time.
0 commit comments