Skip to content

Commit

Permalink
Merge pull request #21 from fga-eps-mds/US01-BugFix
Browse files Browse the repository at this point in the history
BugFix - US01
  • Loading branch information
mateusmaiamaia authored Feb 4, 2025
2 parents 724e1ae + e373206 commit e626e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/SignIn/SignInForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function SignInForm() {
textAlign={'center'}
color={'blue.100'}
>
Não lembra sua senha? <ChakraLink color={'green.100'}><Link to='/recuperar-senha'>Recupere ela aqui</Link></ChakraLink>
Esqueceu a senha? <ChakraLink color={'green.100'}><Link to='/recuperar-senha'>Recupere ela aqui</Link></ChakraLink>
</Text>
</Stack>
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SignIn/SignUpButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function SignUpButton() {
textAlign={'center'}
color={'blue.100'}
>
Não possuí uma conta? <ChakraLink color={'green.100'}><Link to='/cadastro'>Faça seu cadastro aqui</Link></ChakraLink>
Criar conta <ChakraLink color={'green.100'}><Link to='/cadastro'>Faça seu cadastro aqui</Link></ChakraLink>
</Text>
</Stack>
</Center>
Expand Down

0 comments on commit e626e80

Please sign in to comment.