Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodes07 authored Mar 30, 2024
1 parent 0442ddb commit cefd5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const LoginForm = () => {
}, [formState, toast, dispatch]);

return (
<React.Fragment>
<>
<Button className="absolute right-4 top-4 bg-subtle px-6 text-foreground">
Create a Company <FaArrowRight className="ml-2" />
</Button>
Expand Down Expand Up @@ -141,7 +141,7 @@ const LoginForm = () => {
<h2 className="mx-10 text-center">To keep connected with us please login with your info </h2>
</div>
</div>
</React.Fragment>
</>
);
};

Expand Down

0 comments on commit cefd5d7

Please sign in to comment.