Skip to content

Commit

Permalink
fix in header
Browse files Browse the repository at this point in the history
  • Loading branch information
andreock committed Nov 22, 2022
1 parent 636b289 commit c4337eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</li>
<li class="nav-item">
<form method="POST" action="/?/logout" id="logout">
<a class="nav-link active" aria-current="page" href="#0" on:click={logout}>Logout</a>
<a class="nav-link active" aria-current="page" href="#" on:click={logout}>Logout</a>
</form>
</li>
</ul>
Expand Down

0 comments on commit c4337eb

Please sign in to comment.