Skip to content

Commit

Permalink
Edit A Path Of Logos' Photo
Browse files Browse the repository at this point in the history
  • Loading branch information
GziXnine committed Oct 9, 2024
1 parent 69af771 commit 5b937fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sourcemaps/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ts/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ window.addEventListener("scroll", () => {
lis.forEach((li) => {
li.classList.add("scroll");
});
img.src = "/assets/images/logo/logo-2.svg";
img.src = "assets/images/logo/logo-2.svg";
} else {
header.classList.remove("scroll");
nav.classList.remove("scroll");
Expand Down

0 comments on commit 5b937fc

Please sign in to comment.