From 6881a6163dd5cc58f3a8540f4f363ba81e74dd16 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Sat, 29 Jun 2024 18:52:31 +0200
Subject: [PATCH] try wiithout gallery

---
 src/components/photo-grid.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/photo-grid.tsx b/src/components/photo-grid.tsx
index 05880a84..55331e98 100644
--- a/src/components/photo-grid.tsx
+++ b/src/components/photo-grid.tsx
@@ -1,5 +1,5 @@
 /*  */
-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},
@@ -40,9 +40,9 @@ export default function BFHGallery(){
       <div>
 
 
-  
+  {/* 
       <Gallery images={images} enableImageSelection={false}/>
-      
+       */}
       </div>
     )
 }
-- 
GitLab