Skip to content

Commit

Permalink
fixed lightbox let
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-kutsenko committed Jun 12, 2023
1 parent f6dd959 commit 54c0fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import axios from "axios";



lightbox = new SimpleLightbox('.gallery a',
let lightbox = new SimpleLightbox('.gallery a',
{
overlayOpacity: 1,
captionDelay: 250,
Expand Down

0 comments on commit 54c0fde

Please sign in to comment.