Skip to content

Commit fa93fc8

Browse files
committed
Update About box: Add Gleeson lab, full url to logos
Url update for #990. This may not be an issue on live, so could be reverted...
1 parent 05ba58a commit fa93fc8

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

applications/osb-portal/src/components/MainDrawer/MainDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

applications/osb-portal/src/components/dialogs/AboutDialog.tsx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const styles = {
1818

1919
export 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>

0 commit comments

Comments
 (0)