From dbc12233bb9924d8bdc14d4d3cb85ade0a89cab6 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Tue, 20 Aug 2024 23:26:03 -0400 Subject: [PATCH] Change gallery image order Signed-off-by: Robin Davies --- docs/_includes/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/gallery.html b/docs/_includes/gallery.html index a845b46..36d919d 100644 --- a/docs/_includes/gallery.html +++ b/docs/_includes/gallery.html @@ -3,9 +3,9 @@ { let galleryPath = "gallery/"; let images = [ + "thunder.png", "rig.jpg", "jazz.png", - "thunder.png", "midi-bindings.png", "hotspot.png" ];