remove from array
This commit is contained in:
parent
74a9252077
commit
c8856800a7
6 changed files with 138 additions and 151 deletions
|
|
@ -4,7 +4,7 @@ export const Header = ({ loggedIn }: { loggedIn?: boolean }) => {
|
|||
rightNav = (
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/history">History</a>
|
||||
<a href="/test">History</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/logout">Logout</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue