From bf17617099e2b5af7c74605f0e05bcf027e27799 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 13 Oct 2021 12:19:44 -0300 Subject: [PATCH] =?UTF-8?q?Aclarar=20que=20est=C3=A1=20parcheado=20en=20el?= =?UTF-8?q?=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patches/0007-add-to-footer.diff | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 patches/0007-add-to-footer.diff 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; + }