Skip to content

Commit

Permalink
Merge pull request #19 from Sybit-Education/fix/header-help
Browse files Browse the repository at this point in the history
fix:header-help
  • Loading branch information
JanSteppacher authored Aug 3, 2023
2 parents f14a837 + 4400caa commit 94cc51f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<span>Über uns</span>
</a>
</li>
<li class="nav-item">
<a ngbDropdownItem routerLink="/tutorial">
<i class="fa-solid fa-question"></i>
<span>Hilfe</span>
</a>
</li>
<li class="nav-item me-auto">
<a ngbDropdownItem routerLink="/login">
<i class="fa-solid fa-right-from-bracket"></i>
Expand Down

0 comments on commit 94cc51f

Please sign in to comment.