diff --git a/src/components/footer/footer-bottom/autores/autores.tsx b/src/components/footer/footer-bottom/autores/autores.tsx index cc1ab08..12b2aa1 100644 --- a/src/components/footer/footer-bottom/autores/autores.tsx +++ b/src/components/footer/footer-bottom/autores/autores.tsx @@ -10,15 +10,31 @@ import styles from "../../footer.module.scss"; const Autores = () => { return (
- - - - + +
); }; export { Autores }; + +export const PoweredBy = () => ( +
+ + +
+) + +export const DevelopedBy = () => ( +
+ + +
+) \ No newline at end of file