diff --git a/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx b/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx
index c1ea67251..5d553a495 100644
--- a/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx
+++ b/src/PersonObjects/Sleeve/ui/SleeveRoot.tsx
@@ -4,7 +4,7 @@ import {
Box,
Typography,
Button,
- Link
+ Container
} from "@mui/material";
import { use } from "../../../ui/Context";
@@ -27,25 +27,25 @@ export function SleeveRoot(): React.ReactElement {
return (
<>
- Sleeves
-
- Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciousness has been copied. In
- other words, these Synthoids contain a perfect duplicate of your mind.
-
-
- Sleeves can be used to perform different tasks synchronously.
-
-
-
+
+ Sleeves
+
+ Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciousness has been copied. In
+ other words, these Synthoids contain a perfect duplicate of your mind.
+
+
+ Sleeves can be used to perform different tasks synchronously.
+
+
+
+
+
-
- Documentation
-
-
+
+
{player.sleeves.map((sleeve, i) => (
))}