Skip to content

Commit d04ff2e

Browse files
committed
Update App.js
1 parent d858aa8 commit d04ff2e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/app/App.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)