Skip to content

Commit

Permalink
changes03/07 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleph Goldstein committed Jul 3, 2024
1 parent 779aacc commit 5a3862e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ return(
<form onSubmit={handleSubmit}>
<label>
Nome:
<input type="text" value={nome} onChange={handleChange} />
<input type="text" value={nome} onChange={handleChange} class="form-control" />
</label>
<input type="submit" value="Enviar" />
<input type="submit" value="Enviar" class="btn btn-primary" />
</form>
</div>
)
Expand Down

0 comments on commit 5a3862e

Please sign in to comment.