Skip to content
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/app/login/login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function LoginForm() {

{type === "login" && (
<Container size="lg">
<Title ta="center">Welcome back!</Title>
<Title ta="center">Welcome back tol!</Title>

<Text className="text-center mt-2" c="dimmed" size="sm">
Do not have an account yet?{" "}
Expand Down