Skip to content

Commit

Permalink
removed about lottie code
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshvdw committed Dec 9, 2024
1 parent 962a298 commit 0d2f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const onReady = () => {
document.querySelectorAll(".article-rich-text a").forEach((e) => {
e.target = "_blank";
});
page == "about" && aboutLottie();
// page == "about" && aboutLottie();
stopCmdClick(); // prevent command click from triggering page transition
};

Expand Down

0 comments on commit 0d2f5da

Please sign in to comment.