Skip to content

Commit

Permalink
Second Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Guille0197 committed Mar 4, 2020
1 parent a627a2d commit e2dbd5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
8 changes: 3 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,19 @@ function App() {
/>
</div>
<div className="one-half column">
<h2>{titulo}</h2>
<h2>{titulo}</h2>
{citas.map(cita => (
<Cita
key={cita.id}
cita={cita}
eliminarCita={eliminarCita}
/>
))}

</div>

</div>
<h1 className="one-half">
<h2 className="one-half">
<Footer/>
</h1>
</h2>
</div>

</Fragment>
Expand Down
2 changes: 1 addition & 1 deletion src/componets/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '../index.css';

const Footer = ({fecha}) => (
<footer>
<p className="footers"> Made ❤ <a href="">Guillermo Navarro</a> {fecha}</p>
<p className="footers"> Made ❤ <a href="https://github.com/Guille0197/REACT_PATIENT_ADMIN" target="_blank">Guillermo Navarro</a> {fecha}</p>
</footer>
);
export default Footer;
5 changes: 0 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,3 @@ input[type="time"] {
text-align: center;
font-family: 'Staatliches', cursive;
}

.footer p {
text-decoration: none;
color: white;
}

0 comments on commit e2dbd5f

Please sign in to comment.