Skip to content

Commit

Permalink
edit gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDF committed Mar 23, 2024
1 parent e22c8af commit 3c93f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h2>Contact Me</h2>

<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
const galleryIage = document.querySelectorAll(",gallery-img");
const galleryImage = document.querySelectorAll("gallery-img");

galleryImage.forEach((img, i) => {
Img.dataset.aos = 'fade-down'
Expand Down

0 comments on commit 3c93f89

Please sign in to comment.