Skip to content

Commit

Permalink
docs: update README.md (#59)
Browse files Browse the repository at this point in the history
Add comma between styling elements in example
  • Loading branch information
brianbancroft authored Apr 30, 2024
1 parent 52c8c34 commit 5e76d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default function Login() {
let { authError } = useLoaderData<typeof loader>()

return (
<div style={{ display: 'flex' flexDirection: 'column' }}>
<div style={{ display: 'flex', flexDirection: 'column' }}>
{/* Login Form. */}
<Form method="POST">
<label htmlFor="email">Email</label>
Expand Down

0 comments on commit 5e76d7e

Please sign in to comment.