Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Mar 12, 2024
1 parent d974fef commit 69b8e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function openFullscreen(src, alt) {
let fullscreenimg = document.getElementById('fullscreenimg');
fullscreenimg.src = src;
fullscreenimg.alt = alt;
openModal(fullscreenbg)
openModal(fullscreenbg);
}

const images = document.querySelectorAll('.cards img');
Expand Down

0 comments on commit 69b8e16

Please sign in to comment.