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

Update script.js

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