bout to fix welcome
This commit is contained in:
@@ -48,6 +48,15 @@ function Demo(args) {
|
||||
function inventoryElement() {
|
||||
return (
|
||||
<div class='vbox-section'>
|
||||
<h2>VBOX PHASE</h2>
|
||||
<div class='colour-info'>
|
||||
<p>
|
||||
combine the colour base items with an array of skills and specialisations to build powerful variants.
|
||||
</p>
|
||||
<div>
|
||||
{shapes.Red()} {shapes.Green()} {shapes.Blue()}
|
||||
</div>
|
||||
</div>
|
||||
<div class='vbox-items'>
|
||||
{items.map((i, j) => inventoryBtn(i, j))}
|
||||
</div>
|
||||
|
||||
@@ -55,6 +55,7 @@ function Welcome() {
|
||||
</button>
|
||||
</div>
|
||||
{pageEl()}
|
||||
<hr />
|
||||
<Demo />
|
||||
</main>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user