Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
theMosaad authored Jan 26, 2024
1 parent d8a05e5 commit 674adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/users+/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function UsersRoute() {
return (
<div className="container mb-48 mt-36 flex flex-col items-center justify-center gap-6">
<h1 className="text-h1">Epic Notes Users</h1>
<div className="w-full max-w-[700px] ">
<div className="w-full max-w-[700px]">
<SearchBar status={data.status} autoFocus autoSubmit />
</div>
<main>
Expand Down

0 comments on commit 674adcc

Please sign in to comment.