Skip to content

Commit

Permalink
update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemsevim committed Jun 30, 2024
1 parent ea6c576 commit 4e99d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HappyPathTimeTracker/Screen/Login/LoginScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct LoginScreen: View {
.font(.figtree(size: 14, weight: .medium))
.foregroundStyle(Color.Primary.DarkNight)
Spacer()
Link("Forgot password?", destination: URL(string: "https://app.usehappypath.com/forgot-password")!)
Link("Forgot password ?", destination: URL(string: "https://app.usehappypath.com/forgot-password")!)
}
RoundedTextField(text: $loginVm.password, type: .password)
}
Expand Down

0 comments on commit 4e99d90

Please sign in to comment.