Skip to content

Commit 28e8975

Browse files
committed
#191 add links to about box
1 parent b14fca7 commit 28e8975

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

webapp/components/general/Dialog.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2525
<Paper className={classes.paper}>
2626
<img width="250" src={logoNetpyne} />
2727
<Box m={1}>
28-
<Typography variant="h5" style={{ color: primaryColor }}>
28+
<Link variant="h5" style={{ display: 'block'}} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
2929
NetPyNE-UI v0.7.0
30-
</Typography>
31-
<Typography variant="h5" style={{ color: primaryColor }}>
30+
</Link>
31+
<Link variant="h5" style={{ display: 'block'}} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
3232
NetPyNE v0.9.6
33-
</Typography>
34-
<Typography variant="h5" style={{ color: primaryColor }}>
33+
</Link>
34+
<Link variant="h5" style={{ display: 'block'}} href="https://www.neuron.yale.edu/neuron/" target="_blank">
3535
NEURON v8.0.0
36-
</Typography>
36+
</Link>
3737
</Box>
3838

3939
<Box m={1}>
@@ -64,7 +64,8 @@ const AboutContent = withStyles(styles)(({ classes }) => (
6464

6565
<Box m={1}>
6666
<Typography variant="body2" color={secondaryColor}>
67-
NetPyNE-UI is being developed by the State Univeristy of New York Downstate (Dura-Bernal Lab) in collaboration with:
67+
NetPyNE-UI is being developed by the State Univeristy of New York Downstate (<Link href="http://dura-bernal.org/" target="_blank">Dura-Bernal Lab</Link>)
68+
in collaboration with:
6869
</Typography>
6970
<Link href="http://www.metacell.us" target="_blank">
7071
<img

0 commit comments

Comments
 (0)