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) => {
|
const Footer = (props) => {
|
||||||
return (
|
return (
|
||||||
<footer className={props.darkMode ? 'made-with-love dark-mode-component' : 'made-with-love'}>
|
<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>.
|
Made with 💓 by <a href="http://www.franp.xyz">Francisco Pessano</a>.
|
||||||
</p>
|
</p> */}
|
||||||
<a href="/credits">Credits</a>
|
<a href="/credits">Credits</a>
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user