Skip to content

Commit 551de29

Browse files
authored
Update index.html
1 parent 92e0db2 commit 551de29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/background/tools/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
<!-- Snow dots -->
135135
<script>
136-
const numDots = 1000;
136+
const numDots = 500;
137137
for (let i = 0; i < numDots; i++) {
138138
const dot = document.createElement('div');
139139
dot.classList.add('dot');

0 commit comments

Comments
 (0)