|
@@ -4,13 +4,13 @@ import Link from '@mui/material/Link';
|
|
|
|
|
|
|
|
export default function Footer(props) {
|
|
export default function Footer(props) {
|
|
|
return (
|
|
return (
|
|
|
- <Typography variant="body2" color="text.secondary" align="center" {...props}>
|
|
|
|
|
- {'Copyright © '}
|
|
|
|
|
|
|
+ <Typography className="footerinfo" variant="body2" color="text.secondary" align="center" {...props}>
|
|
|
|
|
+ <a href="#">LICENCIA DE USO</a>
|
|
|
|
|
+ <a href="#">DERECHOS</a>
|
|
|
|
|
+ <a href="#">PRIVACIDAD</a>
|
|
|
<Link color="inherit" href="#">
|
|
<Link color="inherit" href="#">
|
|
|
- Propiedad de Grupo DIT
|
|
|
|
|
- </Link>{' '}
|
|
|
|
|
- {new Date().getFullYear()}
|
|
|
|
|
- {'.'}
|
|
|
|
|
|
|
+ Propiedad de Grupo DIT {new Date().getFullYear()}
|
|
|
|
|
+ </Link>
|
|
|
</Typography>
|
|
</Typography>
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|