Minor changes

This commit is contained in:
2021-10-27 13:37:35 -03:00
parent c1e9bed828
commit c4b92ed517

View File

@@ -3,9 +3,9 @@ import React from 'react'
const Footer = (props) => {
return (
<footer className={props.darkMode ? 'made-with-love dark-mode-component' : 'made-with-love'}>
<p>
{/* <p>
Made with 💓 by <a href="http://www.franp.xyz">Francisco Pessano</a>.
</p>
</p> */}
<a href="/credits">Credits</a>
</footer>
)