Skip to content

Commit

Permalink
clean up demo images
Browse files Browse the repository at this point in the history
  • Loading branch information
lewhunt committed May 6, 2024
1 parent 7573f82 commit 7468e3b
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file modified public/demo2/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/demo2/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/demo2/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/demo2/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/demo2/6.jpg
Binary file not shown.
Binary file removed public/demo2/camels-4134934_1920.jpg
Binary file not shown.
Binary file removed public/demo2/desert-1101123_1920.jpg
Binary file not shown.
Binary file removed public/demo2/desert-1916882_1920.jpg
Binary file not shown.
Binary file removed public/demo2/desert-7162926_1920.jpg
Binary file not shown.
Binary file removed public/demo2/namibia-2049203_1920.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const demo2Images: string[] = [];
/* Demo 2 images generated in Midjourney by Manoela Ilic:
https://github.com/codrops/LayersAnimation/
*/
for (let i = 1; i <= 6; i++) {
for (let i = 1; i <= 5; i++) {
demo2Images.push(`./demo2/${i}.jpg`);
}

Expand Down

0 comments on commit 7468e3b

Please sign in to comment.