Skip to content

Commit

Permalink
arreglado estilo del codigo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelpadilla committed Feb 9, 2021
1 parent 28034b1 commit 6de278b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ class App extends React.Component {
<div className="App">
<div className="content">
<header className="title">
<h1 className="title-text">Salario líquido Uruguay <span className="anio">2021</span></h1>
<h1 className="title-text">
Salario líquido Uruguay <span className="anio">2021</span>
</h1>
</header>
<Switch>
<Route path="/result">
Expand Down

0 comments on commit 6de278b

Please sign in to comment.