Skip to content

Commit

Permalink
Merge pull request #65 from crazyshrut/make-case-changes-2
Browse files Browse the repository at this point in the history
make alphabet case correct on login page to improve UX
  • Loading branch information
gbudjeakp authored Aug 18, 2024
2 parents 76c46f8 + b4d30a5 commit 87b3133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/src/Pages/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function LoginPage() {
<div style={{ marginTop: "1.5rem" }}>
<Group position="center" align="center" spacing="xs">
<Text size="lg" c="dimmed">
Don't Have An Account?
Don't have an account?
</Text>
<Anchor
onClick={() => navigate("/signup")}
Expand Down

0 comments on commit 87b3133

Please sign in to comment.