learngerman/patches/0200-add-nulo-to-footer.diff

32 lines
743 B
Diff

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;
}