Skip to content

Commit

Permalink
link to register
Browse files Browse the repository at this point in the history
  • Loading branch information
jusrhee committed May 20, 2024
1 parent 19cb8c9 commit 976574a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dashboard/src/main/auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Container from "components/porter/Container";
import Input from "components/porter/Input";
import Link from "components/porter/Link";
import Spacer from "components/porter/Spacer";
import Text from "components/porter/Text";

import api from "shared/api";
import { Context } from "shared/Context";
Expand Down Expand Up @@ -167,6 +168,12 @@ const Login: React.FC<Props> = ({ authenticate }) => {
</Button>
</>
)}
<Spacer y={1} />
<Text size={13} color="helper">
Don't have an account?
<Spacer width="5px" inline />
<Link to="/register">Sign up</Link>
</Text>
</Container>
);
};
Expand Down

0 comments on commit 976574a

Please sign in to comment.