Skip to content

Commit

Permalink
Merge pull request #10 from ismaelpadilla/v1.1_(update_2021)
Browse files Browse the repository at this point in the history
V1.1 (update 2021)
  • Loading branch information
ismaelpadilla authored Feb 9, 2021
2 parents b4e602f + 6de278b commit 684ef76
Show file tree
Hide file tree
Showing 5 changed files with 3,780 additions and 2,728 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Todos los cambios importantes en el proyecto serán documentados en este archivo.

## [1.1.0] - 2021-02-08

- Actualizado valor BPC 2021.

## [1.0.0] - 2020-06-30

- Inputs numéricos tienen 0 como valor mínimo.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salario-liquido-uruguay",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand All @@ -9,7 +9,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.4"
"react-scripts": "4.0.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
7 changes: 7 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.title-text {
margin: 0;
}

.anio {
font-weight: normal;
font-size: 0.5em;
color: gray;
}

.App {
position: relative;
min-height: 100vh;
Expand Down
6 changes: 4 additions & 2 deletions 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</h1>
<h1 className="title-text">
Salario líquido Uruguay <span className="anio">2021</span>
</h1>
</header>
<Switch>
<Route path="/result">
Expand Down Expand Up @@ -137,7 +139,7 @@ class App extends React.Component {
</a>
</span>
<span className="footer-txt ultimaActualizacion">
v{pjsonn.version} - Última actualización: Octubre 2020
v{pjsonn.version} - Última actualización: Febrero 2021
</span>
</div>
<a
Expand Down
Loading

0 comments on commit 684ef76

Please sign in to comment.