Anne-Charlotte commited on
Commit
f4f0836
·
verified ·
1 Parent(s): eb80563

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -4,7 +4,7 @@ const totalSteps = 51;
4
 
5
  // Map of available images (only step1 and step2 exist, rest are placeholders)
6
  const availableImages = {
7
- 1: 'steps/step1.jpg',
8
  2: 'steps/step2.jpg'
9
  };
10
 
 
4
 
5
  // Map of available images (only step1 and step2 exist, rest are placeholders)
6
  const availableImages = {
7
+ 1: 'assets/p9.jpg',
8
  2: 'steps/step2.jpg'
9
  };
10