FormaLau commited on
Commit
d6a07e1
·
1 Parent(s): 93fc363

Move Reachy right and update title

Browse files
Files changed (1) hide show
  1. app/src/ui/TitleMenu.jsx +2 -2
app/src/ui/TitleMenu.jsx CHANGED
@@ -548,7 +548,7 @@ export default function TitleMenu() {
548
  fontSize="clamp(3.4rem, 9vw, 6.2rem)"
549
  lines={[
550
  { text: "Microduck" },
551
- { text: "Reachy Mini", variant: "outline", scale: 0.7 },
552
  ]}
553
  sx={{ ...row(0.08) }}
554
  />
@@ -665,7 +665,7 @@ export default function TitleMenu() {
665
  }}
666
  >
667
  <Box sx={{ position: "absolute", inset: 0, overflow: "hidden" }}>
668
- <Box component="img" src={signed("./reachy-mini-home.png")} alt="Reachy Mini" sx={{ position: "absolute", zIndex: 0, right: "-24%", bottom: "-8%", width: "124%", height: "124%", objectFit: "contain", objectPosition: "center bottom", filter: "saturate(.82) contrast(1.06)", opacity: 0.98 }} />
669
  <Box sx={{ position: "absolute", zIndex: 1, left: "-4%", bottom: "0", width: "58%", height: "100%" }}><MenuDuck sx={{ position: "absolute", inset: 0 }} /></Box>
670
  </Box>
671
  </Box>
 
548
  fontSize="clamp(3.4rem, 9vw, 6.2rem)"
549
  lines={[
550
  { text: "Microduck" },
551
+ { text: "x Reachy Mini", variant: "outline", scale: 0.7 },
552
  ]}
553
  sx={{ ...row(0.08) }}
554
  />
 
665
  }}
666
  >
667
  <Box sx={{ position: "absolute", inset: 0, overflow: "hidden" }}>
668
+ <Box component="img" src={signed("./reachy-mini-home.png")} alt="Reachy Mini" sx={{ position: "absolute", zIndex: 0, right: "-43%", bottom: "-8%", width: "124%", height: "124%", objectFit: "contain", objectPosition: "center bottom", filter: "saturate(.82) contrast(1.06)", opacity: 0.98 }} />
669
  <Box sx={{ position: "absolute", zIndex: 1, left: "-4%", bottom: "0", width: "58%", height: "100%" }}><MenuDuck sx={{ position: "absolute", inset: 0 }} /></Box>
670
  </Box>
671
  </Box>