Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Nov 3, 2024
1 parent cd7e8d5 commit 9f2ad4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🚀 Release (preview)
on:
push:
branches:
branches:
- main
paths:
- ./packages/*
Expand Down
2 changes: 1 addition & 1 deletion examples/playground/app/routes/_layout._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Index() {

<form
method="post"
className="mt-4 mx-auto flex max-w-max flex-col justify-center gap-4"
className="mx-auto mt-4 flex max-w-max flex-col justify-center gap-4"
action="/api/echo"
onSubmit={async (event) => {
event.preventDefault();
Expand Down
2 changes: 1 addition & 1 deletion examples/playground/app/routes/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function Layout() {
</nav>
</header>

<div className="mt-4 mx-auto max-w-max space-y-4 text-center">
<div className="mx-auto mt-4 max-w-max space-y-4 text-center">
<Outlet />
</div>
</div>
Expand Down

0 comments on commit 9f2ad4a

Please sign in to comment.