added mobile nav and disabled broken lightbox

This commit is contained in:
cat-milk
2022-09-27 19:18:48 -05:00
parent 246fe410a3
commit fb473d3d18
4 changed files with 114 additions and 358 deletions

View File

@@ -19,7 +19,7 @@ const AnimeImageGrid: React.FC = () => {
key={node.name}
onClick={() => {
setPhotoIndex(index);
setIsOpen(true);
//setIsOpen(true);
}}
/>
))}