Skip to content

Commit

Permalink
Merge pull request #65 from aidan-yip/preview
Browse files Browse the repository at this point in the history
Fixed color theme glitch
  • Loading branch information
aidan-yip authored Sep 2, 2024
2 parents 7e9d8ab + b5a0ec7 commit aed39e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ color_input.addEventListener("change", function (e) {
apple_img.src = "./public/app_icons/icons8-apple-480-light.png";
wiki_img.src = "public/app_icons/icons8-wikipedia-512_light.png";
instagram_img.src = "./public/app_icons/icons8-instagram-512.png";
airpods_img.src = "./public/app_icons/icons8-airpods-3-100_light.png";
});

// sound on mouse hover
Expand Down

0 comments on commit aed39e4

Please sign in to comment.