File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,6 @@ const useStyles = makeStyles(theme => ({
7171 alignItems : 'center' ,
7272 justifyContent : 'space-between' ,
7373 } ,
74- statusCite : {
75- color : theme . palette . status . contrastText ,
76- cursor : 'pointer' ,
77- marginLeft : 20 ,
78- } ,
7974 statusFeedback : {
8075 color : theme . palette . status . contrastText ,
8176 marginLeft : 20 ,
@@ -401,14 +396,19 @@ const App = () => {
401396 </ Box >
402397 < Box sx = { { flexGrow : 1 } } />
403398 < Box display = "flex" >
404- < span
405- className = { classes . statusCite }
399+ < Box
400+ component = "span"
401+ sx = { {
402+ color : ( theme ) => theme . palette . status . contrastText ,
403+ cursor : 'pointer' ,
404+ marginLeft : '20px' ,
405+ } }
406406 onClick = { store . citation . show }
407407 >
408408 How to cite?
409- </ span >
410409 < a
411410 className = { classes . statusFeedback }
411+ </Box >
412412 href="mailto:raxmlgui.help@googlemail.com?subject=Feedback"
413413 >
414414 For questions or suggestions contact us !
You can’t perform that action at this time.
0 commit comments