Skip to content

Commit

Permalink
fix: move router link to button instead of icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolagobat committed Oct 25, 2023
1 parent 0578a90 commit fe7945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/app/pages/refuges/refuge-list/refuges-list.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
</ion-grid>

<ion-fab vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button>
<ion-icon name="add-outline" routerLink="/refuges/create"></ion-icon>
<ion-fab-button routerLink="/refuges/create">
<ion-icon name="add-outline"></ion-icon>
</ion-fab-button>
</ion-fab>
</ion-content>

0 comments on commit fe7945b

Please sign in to comment.