diff -Naur orig/components/Footer/Footer.jsx parcheado/components/Footer/Footer.jsx --- orig/components/Footer/Footer.jsx 2021-10-13 10:07:54.792202975 -0300 +++ parcheado/components/Footer/Footer.jsx 2021-10-13 10:07:08.772669248 -0300 @@ -52,6 +52,11 @@ ))} +

+ Parcheado + {' por '} + Nulo. +

); }; @@ -153,6 +158,15 @@ } } + .nulo { + text-align: center; + width: 100%; + color: ${colors.LG_WHITE}; + a { + color: lightcyan; + } + } + @media (max-width: ${resolutions.max.tablet}px) { margin: 0; }