Skip to content

Commit

Permalink
fix: button now looking good 🗿
Browse files Browse the repository at this point in the history
  • Loading branch information
flwflwflw committed Aug 1, 2024
1 parent 0cfbc45 commit 4fdebb8
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 4fdebb8

Please sign in to comment.