File tree Expand file tree Collapse file tree
webapp/components/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ 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 : secondaryColor , textShadow : '0px 1px grey' } } >
28+ < Typography variant = "h5" style = { { color : primaryColor } } >
2929 NetPyNE-UI v0.7.0
3030 </ Typography >
31- < Typography variant = "h5" style = { { color : secondaryColor , textShadow : '0px 1px grey' } } >
31+ < Typography variant = "h5" style = { { color : primaryColor } } >
3232 NetPyNE v0.9.6
3333 </ Typography >
34- < Typography variant = "h5" style = { { color : secondaryColor , textShadow : '0px 1px grey' } } >
35- Neuron v8.0.0
34+ < Typography variant = "h5" style = { { color : primaryColor } } >
35+ NEURON v8.0.0
3636 </ Typography >
3737 </ Box >
3838
@@ -64,7 +64,7 @@ const AboutContent = withStyles(styles)(({ classes }) => (
6464
6565 < Box m = { 1 } >
6666 < Typography variant = "body2" color = { secondaryColor } >
67- NetPyNE-UI is being developed in collaboration with:
67+ NetPyNE-UI is being developed by the State Univeristy of New York Downstate (Dura-Bernal Lab) in collaboration with:
6868 </ Typography >
6969 < Link href = "http://www.metacell.us" target = "_blank" >
7070 < img
You can’t perform that action at this time.
0 commit comments