Skip to content

Commit

Permalink
remove absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
zlrkw11 committed Aug 27, 2024
1 parent cd4c991 commit d335f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/composite/LoginForm/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const LoginForm = ({
</Link>
</span>
{isLoading ? (
<p className="text-dark-blue-100 absolute mt-4">Logging in...</p>
<p className="text-dark-blue-100 mt-4">Logging in...</p>
) : null}
<div className="mt-6 uppercase">
{messages.success && (
Expand Down

0 comments on commit d335f47

Please sign in to comment.