Skip to content

Commit

Permalink
Update startup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 1, 2024
1 parent c48d179 commit 43b9c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function addBtnBehaviours() {
e.stopImmediatePropagation();
});
toContribs.addEventListener("mouseleave", () => removeText());
toContribs.addEventListener("mouseenter", () => genText("center-notif", `Go to ${inCredits ? "Contributors" : "Main"} Page`));
toContribs.addEventListener("mouseenter", () => genText("center-notif", `Go to ${inCredits ? "Main" : "Contributors"} Page`));

const tags = document.querySelectorAll(`div[class="tag"]`);
tags.forEach((item) => {
Expand Down

0 comments on commit 43b9c52

Please sign in to comment.