Untitled
unknown
plain_text
9 months ago
178 B
8
Indexable
<div style={{ display: "flex", flexDirection: "row", gap: "8px", alignItems: "center" }}>
{beltSystem.map((belt) => (
<BeltIcon key={belt.name} belt={belt} />
))}
</div>
Editor is loading...
Leave a Comment