Skip to content

Commit

Permalink
change image order
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemloedeman committed Sep 8, 2024
1 parent dd9ff47 commit dd3616a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/distribute_images.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Array of image sources
const images = [
"image_8.jpg",
"image_7.jpg",
"image_4.jpg",
"image_12.jpg",
"image_6.jpg",
"image_13.jpg",
"image_2.jpg",
"image_7.jpg",
"image_8.jpg",
"image_0.jpg",
"image_1.jpg",
"image_9.jpg",
Expand Down

0 comments on commit dd3616a

Please sign in to comment.