mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Restored footer
This commit is contained in:
@@ -5,9 +5,9 @@ import { Link } from 'react-router-dom'
|
||||
const Footer = (props) => {
|
||||
return (
|
||||
<footer className={props.darkMode ? 'made-with-love dark-mode-component' : 'made-with-love'}>
|
||||
{/* <p>
|
||||
Made with 💓 by <a href="http://www.franp.xyz">Francisco Pessano</a>.
|
||||
</p> */}
|
||||
<p>
|
||||
Made with 💓 by <Link className="link" to='http://www.franp.xyz'>Francisco Pessano</Link>{/*<a href="http://www.franp.xyz">Francisco Pessano</a>*/}.
|
||||
</p>
|
||||
|
||||
<Link className="link" to='/credits-page'>Credits</Link>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user