mirror of
https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books.git
synced 2026-03-19 07:15:53 +00:00
added mobile nav and disabled broken lightbox
This commit is contained in:
@@ -19,7 +19,7 @@ const AnimeImageGrid: React.FC = () => {
|
||||
key={node.name}
|
||||
onClick={() => {
|
||||
setPhotoIndex(index);
|
||||
setIsOpen(true);
|
||||
//setIsOpen(true);
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user