Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -128,7 +128,7 @@
|
|
| 128 |
babySpiders.forEach(spiderData => {
|
| 129 |
const babySpider = document.createElement('div');
|
| 130 |
babySpider.className = 'baby-spider';
|
| 131 |
-
babySpider.innerText = '
|
| 132 |
document.body.appendChild(babySpider);
|
| 133 |
moveSpiderToCursor(babySpider, spiderData.x, spiderData.y, spiderData.speed);
|
| 134 |
});
|
|
|
|
| 128 |
babySpiders.forEach(spiderData => {
|
| 129 |
const babySpider = document.createElement('div');
|
| 130 |
babySpider.className = 'baby-spider';
|
| 131 |
+
babySpider.innerText = '💗';
|
| 132 |
document.body.appendChild(babySpider);
|
| 133 |
moveSpiderToCursor(babySpider, spiderData.x, spiderData.y, spiderData.speed);
|
| 134 |
});
|