Skip to content

Commit

Permalink
eliminados warnings para deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
n1colasf committed Dec 12, 2023
1 parent 8dcb426 commit a5ce623
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BrowserRouter, Routes, Route } from "react-router-dom";
import './App.css';

import Header from './components/general/Header';
import Footer from './components/general/Footer';
//import Footer from './components/general/Footer';

import Home from './components/home/Layout';
import Login from './components/login/Layout';
Expand Down
4 changes: 2 additions & 2 deletions src/components/login/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const Login = () => {
Contraseña{" "}
</label>
<div className="text-sm">
<a href="#" className="font-semibold verde-idem">
{/* <a href="#" className="font-semibold verde-idem">
Recuperar contraseña
</a>
</a> */}
</div>
</div>
<div className="mt-2">
Expand Down
4 changes: 2 additions & 2 deletions src/components/register/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ const Register = () => {
Contraseña{" "}
</label>
<div className="text-sm">
<a href="#" className="font-semibold verde-idem">
{/* <a href="#" className="font-semibold verde-idem">
Recuperar contraseña
</a>
</a> */}
</div>
</div>
<div className="mt-2">
Expand Down

0 comments on commit a5ce623

Please sign in to comment.