Skip to content

Commit 87b3133

Browse files
authored
Merge pull request #65 from crazyshrut/make-case-changes-2
make alphabet case correct on login page to improve UX
2 parents 76c46f8 + b4d30a5 commit 87b3133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/src/Pages/LoginPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function LoginPage() {
140140
<div style={{ marginTop: "1.5rem" }}>
141141
<Group position="center" align="center" spacing="xs">
142142
<Text size="lg" c="dimmed">
143-
Don't Have An Account?
143+
Don't have an account?
144144
</Text>
145145
<Anchor
146146
onClick={() => navigate("/signup")}

0 commit comments

Comments
 (0)