This commit is contained in:
Lynn
2022-01-08 01:31:19 +01:00
parent 648324c505
commit 1366ed60d7

View File

@@ -23,7 +23,7 @@ function App() {
href="#"
onClick={() =>
(document.location = seed
? "/"
? "?"
: "?seed=" +
new Date().toISOString().replace(/-/g, "").slice(0, 8))
}