We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6b143 commit 4e51b98Copy full SHA for 4e51b98
1 file changed
default-template/js/emoji.js
@@ -1,7 +1,7 @@
1
2
const section = document.getElementById('emoji-container');
3
4
-for (let i = 1; i <= 1000; i++) {
+for (let i = 1; i <= 500; i++) {
5
const img = document.createElement('img');
6
img.src = `../assets/emoji/image${i}.png`;
7
img.alt = `emoji${i}`;
0 commit comments