Skip to content

Commit

Permalink
fix: Logout
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKuglerSybit committed Aug 2, 2023
1 parent 8ff249a commit 61518d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<i class="fa-solid fa-users"></i>
<span>Über uns</span>
</a>
<a ngbDropdownItem routerLink="/login">
<i class="fa-solid fa-right-from-bracket"></i>
<span>Logout</span>
</a>
</div>
</div>
</ul>
Expand Down

0 comments on commit 61518d0

Please sign in to comment.