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:
14
src/App.js
14
src/App.js
@@ -33,6 +33,13 @@ function App() {
|
||||
|
||||
</Route> */}
|
||||
|
||||
<Route path="/credits-page">
|
||||
|
||||
<Credits />
|
||||
<Footer />
|
||||
|
||||
</Route>
|
||||
|
||||
<Route path="/my-account">
|
||||
|
||||
<AccountInfo />
|
||||
@@ -66,13 +73,6 @@ function App() {
|
||||
|
||||
</Route>
|
||||
|
||||
<Route path="/credits-page">
|
||||
|
||||
<Credits />
|
||||
<Footer />
|
||||
|
||||
</Route>
|
||||
|
||||
<Route path="/">
|
||||
|
||||
<Game />
|
||||
|
||||
@@ -6,7 +6,7 @@ const Footer = (props) => {
|
||||
{/* <p>
|
||||
Made with 💓 by <a href="http://www.franp.xyz">Francisco Pessano</a>.
|
||||
</p> */}
|
||||
<a href="/credits">Credits</a>
|
||||
<a href="/credits-page">Credits</a>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user