Skip to content

Commit

Permalink
Merge pull request #28 from Sybit-Education/fix/logout-routing
Browse files Browse the repository at this point in the history
fix-logout
  • Loading branch information
Der-Zauberer authored Aug 3, 2023
2 parents a7ab6af + 97c6b27 commit 02c2d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</a>
</li>
<li class="nav-item me-auto">
<a ngbDropdownItem routerLink="/login">
<a ngbDropdownItem routerLink="/auth">
<i class="fa-solid fa-right-from-bracket"></i>
<span>Logout</span>
</a>
Expand Down

0 comments on commit 02c2d0d

Please sign in to comment.