Skip to content

Commit

Permalink
set the position to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
zlrkw11 committed Aug 26, 2024
1 parent 26efab6 commit 07c076d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/components/composite/LoginForm/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,12 @@ const LoginForm = ({
>
Login
</Button>
{isLoading ? (
<p className="text-dark-blue-100 mt-1">Logging in...</p>
) : null}

<Link href="/register" className="flex">
<Button variant="inverted-default-sm">Register</Button>
</Link>
</span>
{isLoading ? <p className="text-dark-blue-100">Logging in...</p> : null}
<div className="mt-6 uppercase">
{messages.success && (
<h5 className="font-bold">{messages.success}</h5>
Expand Down

0 comments on commit 07c076d

Please sign in to comment.