diff --git a/site/content/examples/7guis-circles/App.html b/site/content/examples/7guis-circles/App.html index c1fa2ef9d6..19ee52acc8 100644 --- a/site/content/examples/7guis-circles/App.html +++ b/site/content/examples/7guis-circles/App.html @@ -1,25 +1,26 @@ + + - - -
- - -
- - - {#each circles as circle} - - {/each} - - -{#if adjusting} -
-

adjust diameter of circle at {selected.cx}, {selected.cy}

- -
-{/if} - \ No newline at end of file + + +
+ + + + i: {i} +
+ + + {#each circles as circle} + + {/each} + + +{#if adjusting} +
+

adjust diameter of circle at {selected.cx}, {selected.cy}

+ +
+{/if} \ No newline at end of file