menu um private erweitert

This commit is contained in:
2023-02-24 17:45:01 +01:00
parent e18887635d
commit d4da1872e5
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ function App() {
<Menu/> <Menu/>
<div className='App-body'> <div className='App-body'>
<Links/> <NotFound/>
</div> </div>
<Foot/> <Foot/>
</div> </div>

View File

@@ -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>