Removed unused menu entries
This commit is contained in:
parent
4fc00eaf23
commit
4c398a40f6
1 changed files with 1 additions and 11 deletions
|
@ -26,7 +26,7 @@ function Root() {
|
||||||
function Navbar() {
|
function Navbar() {
|
||||||
return (
|
return (
|
||||||
<div class="navbar bg-base-100 max-w-3xl max-w flex justify-evenly">
|
<div class="navbar bg-base-100 max-w-3xl max-w flex justify-evenly">
|
||||||
<a class="btn btn-ghost normal-case text-xl">hello</a>
|
<a class="btn btn-ghost normal-case text-xl">FrostByte</a>
|
||||||
<Menu />
|
<Menu />
|
||||||
<A href="/login" class="btn btn-ghost normal-case text-sm">
|
<A href="/login" class="btn btn-ghost normal-case text-sm">
|
||||||
Login
|
Login
|
||||||
|
@ -48,16 +48,6 @@ function Menu() {
|
||||||
New
|
New
|
||||||
</A>
|
</A>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<A href="/boards" end>
|
|
||||||
Boards
|
|
||||||
</A>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<A href="/login" end>
|
|
||||||
Login
|
|
||||||
</A>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue