Skip to content

Commit

Permalink
Style nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Apr 2, 2024
1 parent c06140b commit 12287ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions islands/UpdateExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export function UpdateExplorer() {

function Home() {
return (
<main class="w-full max-w-lg mx-auto">
<main class="p-5">
<form
class="gap-4 flex flex-col"
class="gap-4 flex flex-col w-full max-w-lg mx-auto"
onSubmit={(e) => {
e.preventDefault();
setHash(`/${new FormData(e.currentTarget).get("token")}`);
Expand All @@ -80,7 +80,6 @@ function Home() {
</div>
<Button>Open Update Explorer</Button>
</form>
<div class=""></div>
</main>
);
}
Expand Down

0 comments on commit 12287ba

Please sign in to comment.