Skip to content

Commit

Permalink
inline-block forgot password link
Browse files Browse the repository at this point in the history
  • Loading branch information
tudddorrr committed Oct 22, 2024
1 parent 7fc1461 commit 4f8e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function Login() {
value={password}
/>

<Link to={routes.forgotPassword} className='block mt-4'>Forgot your password?</Link>
<Link to={routes.forgotPassword} className='inline-block mt-4'>Forgot your password?</Link>
</div>

{error && <ErrorMessage error={error} />}
Expand Down

0 comments on commit 4f8e930

Please sign in to comment.