PierreGtch commited on
Commit
3d0b3bf
·
1 Parent(s): 30c59ab

Fix broken braindecode logo URL

Browse files

The previous /_images/braindecode.svg path returns 404 on braindecode.org;
the logo now lives under /_static/braindecode_long.svg.

frontend/src/components/Logo/Logo.js CHANGED
@@ -68,7 +68,7 @@ const Logo = ({ height = "40px" }) => {
68
  >
69
  <Box
70
  component="img"
71
- src="https://braindecode.org/stable/_images/braindecode.svg"
72
  alt="Braindecode"
73
  sx={{
74
  height: "100%",
 
68
  >
69
  <Box
70
  component="img"
71
+ src="https://braindecode.org/stable/_static/braindecode_long.svg"
72
  alt="Braindecode"
73
  sx={{
74
  height: "100%",