Aclarar que está parcheado en el footer
This commit is contained in:
parent
243edd7f23
commit
bf17617099
1 changed files with 31 additions and 0 deletions
31
patches/0007-add-to-footer.diff
Normal file
31
patches/0007-add-to-footer.diff
Normal file
|
@ -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 @@
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
+ <p className="nulo">
|
||||||
|
+ <a href="https://gitea.nulo.in/Nulo/learngerman">Parcheado</a>
|
||||||
|
+ {' por '}
|
||||||
|
+ <a href="https://nulo.in">Nulo</a>.
|
||||||
|
+ </p>
|
||||||
|
</footer>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
@@ -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;
|
||||||
|
}
|
Loading…
Reference in a new issue