Change gallery image order

Signed-off-by: Robin Davies <rerdavies@gmail.com>
This commit is contained in:
Robin Davies
2024-08-20 23:26:03 -04:00
committed by GitHub
parent 902c80cc02
commit dbc12233bb
+1 -1
View File
@@ -3,9 +3,9 @@
{
let galleryPath = "gallery/";
let images = [
"thunder.png",
"rig.jpg",
"jazz.png",
"thunder.png",
"midi-bindings.png",
"hotspot.png"
];