File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
applications/osb-portal/src/components Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ export const MainDrawer = (props: {
338338 < ListItemIcon >
339339 < HomeIcon />
340340 </ ListItemIcon >
341- < ListItemText primary = "Main site " />
341+ < ListItemText primary = "OSB homepage " />
342342 </ ListItemButton >
343343
344344 < ListItemButton
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ const styles = {
1818
1919export const AboutContent = ( props : any ) => {
2020
21- const logoMetaCell = "/images/metacell.png" ;
22- const logoWellcome = "/images/wellcome.png" ;
21+ const logoMetaCell = "https://raw.githubusercontent.com/OpenSourceBrain/OSBv2/refs/heads/master/applications/osb-portal/src/assets /images/metacell.png" ;
22+ const logoWellcome = "https://raw.githubusercontent.com/OpenSourceBrain/OSBv2/refs/heads/master/applications/osb-portal/src/assets /images/wellcome.png" ;
2323
2424 return (
2525 < Box sx = { styles . paper } >
@@ -60,9 +60,16 @@ export const AboutContent = (props: any) => {
6060 < Typography variant = "body1" >
6161 OSBv2 is being developed by the{ " " }
6262 < Link href = "http://silverlab.org/" target = "_blank" underline = "hover" >
63- Silver Lab at University College London
63+ Silver Lab
6464 </ Link > { " " }
65- in collaboration with{ " " }
65+ and the{ " " }
66+ < Link href = "http://openneuroai.org/" target = "_blank" underline = "hover" >
67+ Gleeson Lab
68+ </ Link > { " " }
69+ at { " " }
70+ < Link href = "http://ucl.ac.uk/" target = "_blank" underline = "hover" >
71+ University College London
72+ </ Link > , in collaboration with{ " " }
6673 < Link href = "https://metacell.us" target = "_blank" underline = "hover" >
6774 MetaCell
6875 </ Link >
You can’t perform that action at this time.
0 commit comments