Skip to content

Commit

Permalink
Adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
Seralto committed May 28, 2020
1 parent bab7bfb commit d4eca0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/monitoring-code-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MotitoringCodeForm extends Component {
<header className="App-header">
<p>Integração de formulário RDSM<br />Via código de monitoramento</p>

<form onSubmit={this.handleSubmit}>
<form onSubmit={this.handleSubmit}>
<p>
<label>
Nome:&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Navbar extends Component {
render() {
return (
<div className="navbar">
<a className="brand">RDMS</a>
<a className="brand">RDSM</a>

<Link to="/integrated-form">Formulário integrado</Link>
<Link to="/monitoring-code-form">Formulário via código de monitoramento</Link>
Expand Down

0 comments on commit d4eca0f

Please sign in to comment.