diff --git a/src/components/DeleteEverything.tsx b/src/components/DeleteEverything.tsx index cd4f3b9..7262823 100644 --- a/src/components/DeleteEverything.tsx +++ b/src/components/DeleteEverything.tsx @@ -29,8 +29,8 @@ export function DeleteEverything() { setConfirmOpen(false); setConfirmLoading(false); setTimeout(() => { - window.location.reload(); - }, 1000); + window.location.href = "/"; + }, 3000); } async function confirmReset() {