chore: remove anniversary elements

This commit is contained in:
Miodec 2025-05-22 14:05:25 +02:00
parent fc2d85a9e5
commit 8f6e961b2d
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@
<div class="top">monkey see</div>
monkeytype
<div class="bottom">5 year anniversary!</div>
<!-- <div class="bottom">5 year anniversary!</div> -->
</h1>
</a>
<nav>

View file

@ -3,7 +3,7 @@ import { LocalStorageWithSchema } from "../utils/local-storage-with-schema";
import * as Notifications from "./notifications";
const closed = new LocalStorageWithSchema({
key: "merchBannerClosed2",
key: "merchBannerClosed3",
schema: z.boolean(),
fallback: false,
});
@ -14,7 +14,7 @@ export function showIfNotClosedBefore(): void {
`New merch store now open, including a limited edition metal keycap! <a target="_blank" rel="noopener" href="https://mktp.co/merch">monkeytype.store</a>`,
1,
"./images/merch3.png",
true,
false,
() => {
closed.set(true);
},

View file

@ -1461,7 +1461,7 @@ $(".pageTest").on("click", "#testConfig .numbersMode.textButton", () => {
$("header").on("click", "nav #startTestButton, #logo", () => {
if (ActivePage.get() === "test") restart();
Result.showConfetti();
// Result.showConfetti();
});
// ===============================