Merge branch 'main' of github.com:lynn/hello-wordl

pull/97/head
Lynn 2022-02-20 19:05:26 +01:00
commit 17eb5d3de1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ function useSetting<T>(
return [current, setSetting];
}
const todaySeed = new Date().toISOString().replace(/-/g, "").slice(0, 8);
const todaySeed = new Date().toLocaleDateString().replace(/\//g, "");
function App() {
type Page = "game" | "about" | "settings";