fix download
This commit is contained in:
parent
13cc37d5a2
commit
61a75c6d36
13 changed files with 198 additions and 27 deletions
|
|
@ -4,7 +4,7 @@ export const Header = ({ loggedIn }: { loggedIn?: boolean }) => {
|
|||
rightNav = (
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/results">History</a>
|
||||
<a href="/history">History</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/logout">Logout</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue