menu um private erweitert
This commit is contained in:
@@ -15,7 +15,7 @@ function App() {
|
|||||||
<Menu/>
|
<Menu/>
|
||||||
<div className='App-body'>
|
<div className='App-body'>
|
||||||
|
|
||||||
<Links/>
|
<NotFound/>
|
||||||
</div>
|
</div>
|
||||||
<Foot/>
|
<Foot/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ function Menu() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<header className='menu-section'>
|
<header className='menu-section'>
|
||||||
<a href="/">
|
<a href="https://letsstein.de">
|
||||||
<LogoText/>
|
<LogoText/>
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
@@ -29,6 +29,7 @@ function Menu() {
|
|||||||
<nav>
|
<nav>
|
||||||
<a href="https://letsstein.de/polytopia">Polytopia</a>
|
<a href="https://letsstein.de/polytopia">Polytopia</a>
|
||||||
<a href="https://letsstein.de/civ">Civilization</a>
|
<a href="https://letsstein.de/civ">Civilization</a>
|
||||||
|
<a href="http://172.22.2.1:7204">Private</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user