diff --git a/package.json b/package.json
index 4738175a5d7bdac85c161eb309ffab6f6c9159df..717f3d1f385b4f39f4da64b991122ea89071007d 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
     "react": "^16.13.0",
     "react-bootstrap": "^2.10.2",
     "react-dom": "^16.13.0",
-    "react-grid-gallery": "^1.0.1",
+    "react-grid-gallery": "^1.0.0",
     "react-pdf": "^9.0.0",
     "react-router-dom": "^6.23.0",
     "react-select": "^5.8.0",
diff --git a/src/components/photo-grid.tsx b/src/components/photo-grid.tsx
index 22613e0b1f1062154a00e8cc640e4442fbb122b8..05880a84247600a49bfd7ce983accd831d2d3339 100644
--- a/src/components/photo-grid.tsx
+++ b/src/components/photo-grid.tsx
@@ -1,6 +1,5 @@
 /*  */
-
-import { Gallery } from 'react-grid-gallery';
+import {Gallery} from 'react-grid-gallery';
 const images = [
   {src:"https://static.igem.wiki/teams/5247/photos/meetup/badges.jpeg", width: 320, height: 212},
   {src:"https://static.igem.wiki/teams/5247/photos/meetup/joern.jpeg",  width: 320, height: 212},
diff --git a/yarn.lock b/yarn.lock
index 55b210e4b74e4b37ca4de51b7268556b1e588ae5..3b84dd843fe8b4909d3c701d76f39d86cb7bbca3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2296,9 +2296,9 @@ react-dom@^16.13.0:
     prop-types "^15.6.2"
     scheduler "^0.19.1"
 
-react-grid-gallery@^1.0.1:
+react-grid-gallery@^1.0.0:
   version "1.0.1"
-  resolved "https://registry.npmjs.org/react-grid-gallery/-/react-grid-gallery-1.0.1.tgz"
+  resolved "https://registry.yarnpkg.com/react-grid-gallery/-/react-grid-gallery-1.0.1.tgz#51e9e920cb83df6c61fbd1f2c7eed7db3b6e5a1b"
   integrity sha512-+fVd6fH9tm0W+UMgzRHET/gmzSs2/l2sGOuELLaHXMto6UhuZdscj9ILHOYe7hn0GBRUJiczMllsEs7OJz9uPA==
 
 react-is@^16.13.1, react-is@^16.3.2, react-is@^16.7.0: