diff --git a/islands/UpdateExplorer.tsx b/islands/UpdateExplorer.tsx index 78408d4..5ee5848 100644 --- a/islands/UpdateExplorer.tsx +++ b/islands/UpdateExplorer.tsx @@ -63,9 +63,9 @@ export function UpdateExplorer() { function Home() { return ( -
+
{ e.preventDefault(); setHash(`/${new FormData(e.currentTarget).get("token")}`); @@ -80,7 +80,6 @@ function Home() {
-
); }