From b33dac04a3efd78a224699f5d5b529a3aa533538 Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 10 Apr 2024 13:30:00 +0300 Subject: [PATCH] change to weekly new words --- website/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/App.tsx b/website/src/App.tsx index 35fdf46..933af8d 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -74,7 +74,7 @@ import { searchAllInflections } from "./lib/search-all-inflections"; import { addToWordlist } from "./lib/wordlist-database"; import ScriptToPhonetics from "./screens/ScriptToPhonetics"; -const newWordsPeriod: "week" | "month" = "month"; +const newWordsPeriod: "week" | "month" = "week"; // to allow Moustrap key combos even when input fields are in focus Mousetrap.prototype.stopCallback = function () {