mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 07:36:09 +08:00
chore: remove anniversary elements
This commit is contained in:
parent
fc2d85a9e5
commit
8f6e961b2d
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
},
|
||||
|
|
|
@ -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();
|
||||
});
|
||||
|
||||
// ===============================
|
||||
|
|
Loading…
Add table
Reference in a new issue