diff --git a/patches/0007-add-to-footer.diff b/patches/0007-add-to-footer.diff new file mode 100644 index 0000000..7df08c0 --- /dev/null +++ b/patches/0007-add-to-footer.diff @@ -0,0 +1,31 @@ +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; + }