Skip to content

Commit

Permalink
Fix number of tiles display
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Nov 30, 2024
1 parent 4f121f8 commit e7898b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.civet
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function App()
<For each=[0...glues()]>
(glue) =>
<Glue color=glue>
<h3>{tiles#} Tiles
<h3>{numTiles()} Tiles
<span .postfix .em>(drag to here)
<button .postfix onClick=
(e) => downloadTiles '.tiles.input'
Expand Down

0 comments on commit e7898b2

Please # to comment.