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> */}
|
||||||
|
|
||||||
|
<Route path="/credits-page">
|
||||||
|
|
||||||
|
<Credits />
|
||||||
|
<Footer />
|
||||||
|
|
||||||
|
</Route>
|
||||||
|
|
||||||
<Route path="/my-account">
|
<Route path="/my-account">
|
||||||
|
|
||||||
<AccountInfo />
|
<AccountInfo />
|
||||||
@@ -66,13 +73,6 @@ function App() {
|
|||||||
|
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
<Route path="/credits-page">
|
|
||||||
|
|
||||||
<Credits />
|
|
||||||
<Footer />
|
|
||||||
|
|
||||||
</Route>
|
|
||||||
|
|
||||||
<Route path="/">
|
<Route path="/">
|
||||||
|
|
||||||
<Game />
|
<Game />
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ const Footer = (props) => {
|
|||||||
{/* <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-page">Credits</a>
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user