Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti authored Jan 4, 2024
1 parent 612a6f1 commit 6d69879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@


// Add a script to apply animations when the page loads
document.addEventListener("DOMContentLoaded", function () {
document.addEventListener("load", function () {
// Get the elements to animate
const ownerImage = document.querySelector(".owner-image");
const ownerBio = document.querySelector(".owner-bio");
Expand Down

0 comments on commit 6d69879

Please sign in to comment.