From fd7dbeb1f75bee657d1da583574d0d4bff69f355 Mon Sep 17 00:00:00 2001 From: lassejaco Date: Fri, 29 Mar 2024 14:57:45 +0100 Subject: [PATCH] commit 1 of 2 fix case sensitivity --- .../road/images/gallery/{gal6.JPG => gal6.JPGfix} | Bin .../road/images/gallery/{gal7.JPG => gal7.JPGfix} | Bin .../road/images/gallery/{gal8.JPG => gal8.JPGfix} | Bin .../road/images/gallery/{gal9.JPG => gal9.JPGfix} | Bin devcon/src/pages/road-to-devcon.tsx | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename devcon/src/components/domain/road/images/gallery/{gal6.JPG => gal6.JPGfix} (100%) rename devcon/src/components/domain/road/images/gallery/{gal7.JPG => gal7.JPGfix} (100%) rename devcon/src/components/domain/road/images/gallery/{gal8.JPG => gal8.JPGfix} (100%) rename devcon/src/components/domain/road/images/gallery/{gal9.JPG => gal9.JPGfix} (100%) diff --git a/devcon/src/components/domain/road/images/gallery/gal6.JPG b/devcon/src/components/domain/road/images/gallery/gal6.JPGfix similarity index 100% rename from devcon/src/components/domain/road/images/gallery/gal6.JPG rename to devcon/src/components/domain/road/images/gallery/gal6.JPGfix diff --git a/devcon/src/components/domain/road/images/gallery/gal7.JPG b/devcon/src/components/domain/road/images/gallery/gal7.JPGfix similarity index 100% rename from devcon/src/components/domain/road/images/gallery/gal7.JPG rename to devcon/src/components/domain/road/images/gallery/gal7.JPGfix diff --git a/devcon/src/components/domain/road/images/gallery/gal8.JPG b/devcon/src/components/domain/road/images/gallery/gal8.JPGfix similarity index 100% rename from devcon/src/components/domain/road/images/gallery/gal8.JPG rename to devcon/src/components/domain/road/images/gallery/gal8.JPGfix diff --git a/devcon/src/components/domain/road/images/gallery/gal9.JPG b/devcon/src/components/domain/road/images/gallery/gal9.JPGfix similarity index 100% rename from devcon/src/components/domain/road/images/gallery/gal9.JPG rename to devcon/src/components/domain/road/images/gallery/gal9.JPGfix diff --git a/devcon/src/pages/road-to-devcon.tsx b/devcon/src/pages/road-to-devcon.tsx index e716b8f35..f51b9e826 100644 --- a/devcon/src/pages/road-to-devcon.tsx +++ b/devcon/src/pages/road-to-devcon.tsx @@ -36,10 +36,10 @@ import Gal2 from 'components/domain/road/images/gallery/gal2.jpg' import Gal3 from 'components/domain/road/images/gallery/gal3.jpg' import Gal4 from 'components/domain/road/images/gallery/gal4.jpg' import Gal5 from 'components/domain/road/images/gallery/gal5.jpg' -import Gal6 from 'components/domain/road/images/gallery/gal6.JPG' -import Gal7 from 'components/domain/road/images/gallery/gal7.JPG' -import Gal8 from 'components/domain/road/images/gallery/gal8.JPG' -import Gal9 from 'components/domain/road/images/gallery/gal9.JPG' +import Gal6 from 'components/domain/road/images/gallery/gal6.jpg' +import Gal7 from 'components/domain/road/images/gallery/gal7.jpg' +import Gal8 from 'components/domain/road/images/gallery/gal8.jpg' +import Gal9 from 'components/domain/road/images/gallery/gal9.jpg' import Gal10 from 'components/domain/road/images/gallery/gal10.jpg' import Gal11 from 'components/domain/road/images/gallery/gal11.jpg'