From 28334ce2e22f4419141bb98e8c1b457c5e67f965 Mon Sep 17 00:00:00 2001 From: CodeDevMLH Date: Sat, 21 Dec 2024 19:24:37 +0100 Subject: [PATCH] fix path --- halloween.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/halloween.js b/halloween.js index d0f86a0..d3aa888 100644 --- a/halloween.js +++ b/halloween.js @@ -43,9 +43,9 @@ observer.observe(document.body, { /* const images = [ - "./web/seasonal/ghost_20x20.png", - "./web/seasonal/bat_20x20.png", - "./web/seasonal/pumpkin_20x20.png", + "./web/seasonal/halloween_images/ghost_20x20.png", + "./web/seasonal/halloween_images/bat_20x20.png", + "./web/seasonal/halloween_images/pumpkin_20x20.png", ];*/ const images = [ "./images/ghost_20x20.png",