diff --git a/client/src/components/vbox.component.jsx b/client/src/components/vbox.component.jsx index 6e5304d6..5fa068d5 100644 --- a/client/src/components/vbox.component.jsx +++ b/client/src/components/vbox.component.jsx @@ -168,6 +168,7 @@ function Vbox(args) { const freeRows = free.map((row, i) => { const cells = row.map((c, j) => { const highlighted = c && vboxHighlight.includes(c); + // First two rows are colours const sendItemType = i > 1 ? i - 1 : 0; const sendItemIndex = i === 1 ? j + 3 : j; return sendVboxAccept(sendItemType, sendItemIndex) } onMouseOver={e => vboxHover(e, c)} - > + > {convertItem(c)} ; }); - return ( {cells} @@ -300,9 +300,22 @@ function Vbox(args) {

e.target.scrollIntoView(true)}>VBOX

hoverInfo(e, 'bits')} >{vbox.bits}b
+
Colours
- {freeRows} + {freeRows.slice(0, 2)} + +
+
Skills
+ + + {freeRows[2]} + +
+
Specs
+ + + {freeRows[3]}