mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Minor changes
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user