Skip to content

Commit

Permalink
removed asci art in console
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshvdw committed Oct 28, 2024
1 parent 6c0261a commit 70e8138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const onReady = () => {
const audio = audioImplementation(homePage); // adds music, ui-sounds and mute-lottie functionality
if (homePage) showreelHome(audio); // code for homepage showreel video
showreelNav(audio); // code for nav showreel video
logCareers(); // logs a frog and message to the console
// logCareers(); // logs a frog and message to the console
initProjectLotties(); // initiates project lotties for home and work pages
copyEmail(); // copies email to clipboard in footer
initCms(); // sets color hovers and cms filtering style for work page & content hub
Expand All @@ -32,7 +32,7 @@ const onReady = () => {
});
page == "about" && aboutLottie();
stopCmdClick(); // prevent command click from triggering page transition
}
};

const onLoading = () => {
loopLogoLoading();
Expand Down

0 comments on commit 70e8138

Please sign in to comment.