Skip to content

Commit

Permalink
Adicionando rotas paginas cadastro
Browse files Browse the repository at this point in the history
Co-authored-by: JoaoVictorValadao <[email protected]>
  • Loading branch information
gabrielavelino and joaovaladao committed Apr 10, 2022
1 parent 44b7431 commit 0f33f1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions stag.io/src/components/Login/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ function Popup(props){
<div className="mb-3"><input className="form-control" type="password" name="password" placeholder="Senha" /></div>
<div className="mb-3"><button className="btn btn-secondary d-block w-100 buttonColor" type="submit">Log In</button>
</div><a className="forgot linkOptions" href="#">Forgot your email or password?</a>
<br></br>
<a className="forgot linkOptions" href="cadastroCandidato">Criar conta Estagiário</a>
<br></br>
<a className="forgot linkOptions" href="cadastroEmpresa">Criar conta Empresa</a>

</form>
</section>
</div>
Expand Down

0 comments on commit 0f33f1a

Please sign in to comment.