Skip to content

Commit

Permalink
weclome -> welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Nov 8, 2024
1 parent 14fc803 commit 0de5c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function Landing() {
{isPromptingForPassword ? (
<Box flexDirection="column" marginTop="8" justifyContent="center" alignItems="center">
<Text variant="large" color="text100" marginBottom="8">
Weclome back!
Welcome back!
</Text>
<PasswordInput
label="Password"
Expand Down Expand Up @@ -139,7 +139,7 @@ function Landing() {
<Box>
<Button
variant="text"
label="The dog ate my password (Forgot Password)"
label="My dog ate my password (Forgot Password)"
onClick={() => {
handleResetConfirmation()
}}
Expand Down

0 comments on commit 0de5c85

Please sign in to comment.