Skip to content

Commit 3424461

Browse files
committed
swap buttons
1 parent e132f79 commit 3424461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<div id="ui-container">
7373
<div style="display: flex; flex-direction: column;">
7474
<label>
75-
<input type="checkbox" id="particle"> Particles
75+
<input type="checkbox" id="autorotate" checked> Auto rotate
7676
</label>
7777
<label>
78-
<input type="checkbox" id="autorotate" checked> Auto rotate
78+
<input type="checkbox" id="particle"> Particles
7979
</label>
8080
</div>
8181
<div id="slider-container">

0 commit comments

Comments
 (0)