diff --git a/src/client/GamePage.tsx b/src/client/GamePage.tsx index 63ae89a..f84bdf9 100644 --- a/src/client/GamePage.tsx +++ b/src/client/GamePage.tsx @@ -155,6 +155,29 @@ export const GamePage = () => { +
+ {game.carts.map((cart) => + "src" in cart ? ( +
+ + + Download + +
+ ) : null, + )} +
{/*
setText(x.target.value)} />