Skip to content

Commit

Permalink
Merge pull request #75 from Sybit-Education/fix/icon-switch
Browse files Browse the repository at this point in the history
fix: button now looking good 🗿
  • Loading branch information
AlexanderKugler authored Aug 1, 2024
2 parents 28daa6f + 4fdebb8 commit 77759ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@if (isRootUrl) {
<button routerLink="/map" class="btn hide-on-mobile rounded-full"><i class="bi bi-map"></i></button>
} @else {
<button routerLink="/" class="btn hide-on-mobile rounded-full"><i class="bi bi-map"></i></button>
<button routerLink="/" class="btn hide-on-mobile rounded-full"><i class="bi bi-list-ul"></i></button>
}
<button routerLink="/favorites" class="btn hide-on-mobile rounded-full"><i class="bi bi-bookmark"></i></button>
@if(isHamburgerMenuActive) {
Expand Down

0 comments on commit 77759ae

Please sign in to comment.