Skip to content

Commit

Permalink
commit 1 of 2 fix case sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Mar 29, 2024
1 parent 62a319a commit fd7dbeb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devcon/src/pages/road-to-devcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit fd7dbeb

Please sign in to comment.