aboutsummaryrefslogtreecommitdiff
path: root/demo/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--demo/src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/src/index.html b/demo/src/index.html
index 4171fa7..da49324 100644
--- a/demo/src/index.html
+++ b/demo/src/index.html
@@ -11,8 +11,8 @@
<h2>AVR8js LED Demo</h2>
<div class="app-container">
<div class="leds">
- <wokwi-led color="green"></wokwi-led>
- <wokwi-led color="red"></wokwi-led>
+ <wokwi-led color="green" label="13"></wokwi-led>
+ <wokwi-led color="red" label="12"></wokwi-led>
</div>
<div class="toolbar">
<button id="run-button">Run</button>