From 19e0ae4605dd478d67f1dcddc3263b0a8d018d27 Mon Sep 17 00:00:00 2001 From: Dylan Pizzo Date: Thu, 11 Jun 2026 18:39:38 -0400 Subject: [PATCH] downloadable carts --- src/client/GamePage.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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)} />