updated to v5
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 1m23s

This commit is contained in:
2025-03-15 23:03:53 +01:00
parent dcab1c9467
commit adb7fd16af
6 changed files with 57 additions and 107 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react'
import Helmet from 'react-helmet'
import { Helmet } from 'react-helmet'
import Layout from '../components/layout'
// import Lightbox from 'react-images'
@@ -39,11 +39,11 @@ class HomeIndex extends React.Component {
super();
this.state = {
lightboxIsOpen: false,
currentImage: 0,
};
this.handleSubmit = this.handleSubmit.bind(this);
invalid: false,
displayErrors: false,
res: null
}
this.handleSubmit = this.handleSubmit.bind(this)
this.closeLightbox = this.closeLightbox.bind(this);
this.gotoNext = this.gotoNext.bind(this);
this.gotoPrevious = this.gotoPrevious.bind(this);