From e7898b2ffba494501f83737a7ba5c1c811722e77 Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Sat, 30 Nov 2024 10:19:18 -0500 Subject: [PATCH] Fix number of tiles display --- src/App.civet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.civet b/src/App.civet index 40fe1f4..1e3bd15 100644 --- a/src/App.civet +++ b/src/App.civet @@ -64,7 +64,7 @@ export function App() (glue) => -

{tiles#} Tiles +

{numTiles()} Tiles (drag to here)